/*===============    elements default  ================*/
/* media query style minimo 769px */
@media (min-width: 769px) {
  .navbar {
    margin-bottom: 0;
  }
  .navbar-menu .navbar-brand {
    display: none;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  header {
    min-height: 60px;
  }
  header .logo {
    float: left;
    width: 100px;
    padding: 5px 0 0 15px;
  }
  header .menu {
    float: right;
    max-width: 540px;
    height: auto;
    padding: 8px 0 0;
    margin-left: 28px;
  }
  header .menu .navbar-brand {
    display: none;
  }
  header .menu .navbar {
    margin: 0;
  }
  header .menu .navbar-menu .navbar-toggle {
    border: 1px solid #181818;
  }
  header .menu .navbar-menu .icon-bar {
    background-color: #181818;
  }
  header .menu ul li {
    text-align: right;
    margin-right: 12px;
    letter-spacing: 1px;
  }
  header .menu ul li:last-child {
    margin-right: 12px;
  }
  header .menu ul li a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    color: #181818;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 18px;
    padding: 10px 12px;
  }
  header .menu .nav > li > a:hover,
  header .menu .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
  }
  header .contact {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 0 15px;
    text-align: center;
  }
}
/*==========================================================*/
/*                768px and max 939px TABLET               */
/*========================================================*/
@media only screen and (min-width: 768px) and (max-width: 939px) {
  .home {
    overflow: hidden;
  }
  .home .row .col-sm-6 {
    width: auto;
  }
  .home .main-text {
    padding: 0 40px;
  }
  .home .form-default {
    margin-top: 0px;
    padding: 0 30px;
    margin-bottom: 40px;
  }
  .home .form-default .title h1 {
    letter-spacing: 0;
  }
  .home .text-in {
    margin-top: 100px;
    margin-bottom: 70px;
  }
  .home .text-in h1 {
    font-size: 50px;
    color: #F5F30B;
    text-transform: uppercase;
  }
  .home .text-in p {
    color: #fff;
    font-size: 22px;
    line-height: 27px;
  }
  .home .text-out {
    margin-bottom: 40px;
  }
  .home .text-out h2 {
    font-size: 16px;
    margin-bottom: 6px;
    color: #F5F30B;
    text-transform: uppercase;
  }
  .home .text-out p {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
  }
  .passivos {
    overflow: hidden;
    padding: 30px 0;
  }
  .passivos .box-text {
    padding: 25px 0;
  }
  .passivos .box-text.one {
    border-right: 0;
    padding: 25px 40px;
    text-align: left;
  }
  .passivos .box-text.two {
    border-left: 0;
    padding: 25px 40px;
  }
  .passivos .box-text h1 {
    text-transform: uppercase;
    font-size: 48px;
    letter-spacing: 1.2px;
  }
  .passivos .box-text p {
    font-size: 17px;
    line-height: 22px;
    margin: 5px 0;
  }
  .revisao {
    /*background: url(../img/banners/banner-revisao.jpg) no-repeat center center;*/
    background-color: #50311D;
    width: 100%;
    overflow: hidden;
  }
  .revisao .box-main {
    padding: 60px 0 0;
  }
  .revisao .box-main .row .col-sm-6 {
    width: auto;
  }
  .revisao .box-main .box-group {
    margin-bottom: 80px;
    padding: 0 40px;
  }
  .revisao .box-main .box-group .title {
    margin-bottom: 34px;
  }
  .revisao .box-main .box-group .title h1 {
    color: #FBFF14;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
  }
  .revisao .box-main .box-group .title .border {
    height: 5px;
    border: 1px solid #FBFF14;
    background-color: transparent;
    max-width: 445px;
  }
  .revisao .box-main .box-group .box-column {
    width: 445px;
    height: 200px;
    background-color: #fff;
    display: table;
  }
  .revisao .box-main .box-group .box-column .photo {
    width: 200px;
    height: 200px;
    vertical-align: top;
  }
  .revisao .box-main .box-group .box-column .text {
    width: 242px;
    height: 200px;
    vertical-align: top;
    padding: 18px 20px 0 30px;
  }
  .revisao .box-main .box-group .box-column .text h1 {
    color: #777B7A;
    font-size: 22px;
    margin: 0 0 10px;
  }
  .revisao .box-main .box-group .box-column .text p {
    color: #777B7A;
    font-size: 16px;
    line-height: 20px;
    height: 120px;
    overflow: hidden;
  }
  .revisao .box-main .box-group .box-text {
    padding: 20px 0 0;
  }
  .revisao .box-main .box-group .box-text h1 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 3px;
    letter-spacing: 0.2px;
  }
  .revisao .box-main .box-group .box-text p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2px;
  }
  .revisao .box-main .box-group .box-text a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.6px;
  }
  footer {
    width: 100%;
    background-color: #000;
    padding: 28px 0;
    overflow: hidden;
  }
  footer .row .col-sm-6 {
    width: 50%;
    float: left;
  }
  footer .address {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* inline-block com ie 7 */
    padding: 0 40px;
  }
  footer .address .logo {
    margin-bottom: 26px;
  }
  footer .address h1 {
    color: #fff;
    font-size: 19px;
  }
  footer .address h2 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.2px;
    margin: 3px 0 12px;
  }
  footer .address p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.2px;
  }
  footer .address .btn-back-site {
    background: url(../img/common/btn-back-site.png) no-repeat center center;
    width: 175px;
    height: 65px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* inline-block com ie 7 */
    outline: 0;
    text-decoration: none;
    margin: 22px 0 0;
  }
  footer .address .logo-frates {
    margin: 23px 0 0;
  }
  footer .form-default {
    margin-top: 0px;
    padding: 0 40px 0 0;
    margin-bottom: 40px;
  }
  footer .form-default .title h1 {
    letter-spacing: 0;
  }
}
/*==========================================================*/
/*            640px and max 767px MOBILE MEDIUM            */
/*========================================================*/
@media only screen and (min-width: 640px) and (max-width: 767px) {
  header {
    min-height: 60px;
  }
  header .logo {
    float: left;
    width: 100px;
    padding: 5px 0 0 15px;
  }
  header .menu {
    float: right;
    max-width: 540px;
    height: auto;
    padding: 8px 0 0;
    margin-left: 28px;
  }
  header .menu .navbar-brand {
    display: none;
  }
  header .menu .navbar {
    margin: 0;
  }
  header .menu .navbar-menu .navbar-toggle {
    border: 1px solid #181818;
  }
  header .menu .navbar-menu .icon-bar {
    background-color: #181818;
  }
  header .menu ul li {
    text-align: right;
    margin-right: 12px;
    letter-spacing: 1px;
  }
  header .menu ul li:last-child {
    margin-right: 12px;
  }
  header .menu ul li a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    color: #181818;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 18px;
    padding: 10px 12px;
  }
  header .menu .nav > li > a:hover,
  header .menu .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
  }
  header .contact {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 0 15px;
    text-align: center;
  }
  .home {
    overflow: hidden;
  }
  .home .row .col-sm-6 {
    width: auto;
  }
  .home .main-text {
    padding: 0 40px;
  }
  .home .form-default {
    margin-top: 0px;
    padding: 0 30px;
    margin-bottom: 40px;
  }
  .home .form-default .title h1 {
    letter-spacing: 0;
  }
  .home .text-in {
    margin-top: 100px;
    margin-bottom: 70px;
  }
  .home .text-in h1 {
    font-size: 50px;
    color: #F5F30B;
    text-transform: uppercase;
  }
  .home .text-in p {
    color: #fff;
    font-size: 22px;
    line-height: 27px;
  }
  .home .text-out {
    margin-bottom: 40px;
  }
  .home .text-out h2 {
    font-size: 16px;
    margin-bottom: 6px;
    color: #F5F30B;
    text-transform: uppercase;
  }
  .home .text-out p {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
  }
  .passivos {
    overflow: hidden;
    padding: 30px 0;
  }
  .passivos .box-text {
    padding: 25px 0;
  }
  .passivos .box-text.one {
    border-right: 0;
    padding: 25px 40px;
    text-align: left;
  }
  .passivos .box-text.two {
    border-left: 0;
    padding: 25px 40px;
  }
  .passivos .box-text h1 {
    text-transform: uppercase;
    font-size: 38px;
    letter-spacing: 1.2px;
  }
  .passivos .box-text p {
    font-size: 16px;
    line-height: 22px;
    margin: 5px 0;
  }
  .revisao {
    /*background: url(../img/banners/banner-revisao.jpg) no-repeat center center;*/
    background-color: #50311D;
    width: 100%;
    overflow: hidden;
  }
  .revisao .box-main {
    padding: 60px 0 0;
  }
  .revisao .box-main .row .col-sm-6 {
    width: auto;
  }
  .revisao .box-main .box-group {
    margin-bottom: 80px;
    padding: 0 40px;
  }
  .revisao .box-main .box-group .title {
    margin-bottom: 34px;
  }
  .revisao .box-main .box-group .title h1 {
    color: #FBFF14;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
  }
  .revisao .box-main .box-group .title .border {
    height: 5px;
    border: 1px solid #FBFF14;
    background-color: transparent;
    max-width: 445px;
  }
  .revisao .box-main .box-group .box-column {
    width: 445px;
    height: 200px;
    background-color: #fff;
    display: table;
  }
  .revisao .box-main .box-group .box-column .photo {
    width: 200px;
    height: 200px;
    vertical-align: top;
  }
  .revisao .box-main .box-group .box-column .text {
    width: 242px;
    height: 200px;
    vertical-align: top;
    padding: 18px 20px 0 30px;
  }
  .revisao .box-main .box-group .box-column .text h1 {
    color: #777B7A;
    font-size: 22px;
    margin: 0 0 10px;
  }
  .revisao .box-main .box-group .box-column .text p {
    color: #777B7A;
    font-size: 16px;
    line-height: 20px;
    height: 120px;
    overflow: hidden;
  }
  .revisao .box-main .box-group .box-text {
    padding: 20px 0 0;
  }
  .revisao .box-main .box-group .box-text h1 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 3px;
    letter-spacing: 0.2px;
  }
  .revisao .box-main .box-group .box-text p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2px;
  }
  .revisao .box-main .box-group .box-text a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.6px;
  }
  footer {
    width: 100%;
    background-color: #000;
    padding: 28px 0;
    overflow: hidden;
  }
  footer .row .col-sm-6 {
    width: 50%;
    float: left;
  }
  footer .address {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* inline-block com ie 7 */
    padding: 0 40px;
  }
  footer .address .logo {
    margin-bottom: 26px;
  }
  footer .address h1 {
    color: #fff;
    font-size: 19px;
  }
  footer .address h2 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.2px;
    margin: 3px 0 12px;
  }
  footer .address p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.2px;
  }
  footer .address .btn-back-site {
    background: url(../img/common/btn-back-site.png) no-repeat center center;
    width: 175px;
    height: 65px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* inline-block com ie 7 */
    outline: 0;
    text-decoration: none;
    margin: 22px 0 0;
  }
  footer .address .logo-frates {
    margin: 23px 0 0;
  }
  footer .form-default {
    margin-top: 0px;
    padding: 0 40px 0 0;
    margin-bottom: 40px;
  }
  footer .form-default .title h1 {
    letter-spacing: 0;
  }
}
/*==========================================================*/
/*                320px and max 639px MOBILE               */
/*========================================================*/
@media only screen and (min-width: 320px) and (max-width: 639px) {
  header {
    min-height: 60px;
  }
  header .logo {
    float: left;
    width: 100px;
    padding: 5px 0 0 15px;
  }
  header .menu {
    float: right;
    max-width: 540px;
    height: auto;
    padding: 8px 0 0;
    margin-left: 28px;
  }
  header .menu .navbar-brand {
    display: none;
  }
  header .menu .navbar {
    margin: 0;
  }
  header .menu .navbar-menu .navbar-toggle {
    border: 1px solid #181818;
  }
  header .menu .navbar-menu .icon-bar {
    background-color: #181818;
  }
  header .menu ul li {
    text-align: right;
    margin-right: 12px;
    letter-spacing: 1px;
  }
  header .menu ul li:last-child {
    margin-right: 12px;
  }
  header .menu ul li a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    color: #181818;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 18px;
    padding: 10px 12px;
  }
  header .menu .nav > li > a:hover,
  header .menu .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
  }
  header .contact {
    float: left;
    width: 100%;
    height: auto;
    padding: 0 0 15px;
    text-align: center;
  }
  .home {
    overflow: hidden;
  }
  .home .row .col-sm-6 {
    width: auto;
  }
  .home .main-text {
    padding: 0 40px;
  }
  .home .form-default {
    margin-top: 0px;
    padding: 0 30px;
    margin-bottom: 40px;
  }
  .home .form-default .title h1 {
    letter-spacing: 0;
  }
  .home .text-in {
    margin-top: 100px;
    margin-bottom: 70px;
  }
  .home .text-in h1 {
    font-size: 32px;
    color: #F5F30B;
    text-transform: uppercase;
  }
  .home .text-in p {
    color: #fff;
    font-size: 22px;
    line-height: 27px;
  }
  .home .text-out {
    margin-bottom: 40px;
  }
  .home .text-out h2 {
    font-size: 16px;
    margin-bottom: 6px;
    color: #F5F30B;
    text-transform: uppercase;
  }
  .home .text-out p {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
  }
  .passivos {
    overflow: hidden;
    padding: 30px 0;
  }
  .passivos .box-text {
    padding: 25px 0;
  }
  .passivos .box-text.one {
    border-right: 0;
    padding: 25px 40px;
    text-align: left;
  }
  .passivos .box-text.two {
    border-left: 0;
    padding: 25px 40px;
  }
  .passivos .box-text h1 {
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 1.2px;
  }
  .passivos .box-text p {
    font-size: 16px;
    line-height: 22px;
    margin: 5px 0;
  }
  .revisao {
    /*background: url(../img/banners/banner-revisao.jpg) no-repeat center center;*/
    background-color: #50311D;
    width: 100%;
    overflow: hidden;
  }
  .revisao .box-main {
    padding: 60px 0 0;
  }
  .revisao .box-main .row .col-sm-6 {
    width: auto;
  }
  .revisao .box-main .box-group {
    margin-bottom: 80px;
    padding: 0 40px;
  }
  .revisao .box-main .box-group .title {
    margin-bottom: 34px;
  }
  .revisao .box-main .box-group .title h1 {
    color: #FBFF14;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
  }
  .revisao .box-main .box-group .title .border {
    height: 5px;
    border: 1px solid #FBFF14;
    background-color: transparent;
    max-width: 445px;
  }
  .revisao .box-main .box-group .box-column {
    width: 200px;
    height: 200px;
    background-color: #fff;
    display: table;
  }
  .revisao .box-main .box-group .box-column .photo {
    width: 200px;
    height: 200px;
    vertical-align: top;
    display: block;
  }
  .revisao .box-main .box-group .box-column .text {
    width: 200px;
    height: 200px;
    vertical-align: top;
    padding: 18px 10px 0 15px;
    display: block;
  }
  .revisao .box-main .box-group .box-column .text h1 {
    color: #777B7A;
    font-size: 22px;
    margin: 0 0 10px;
  }
  .revisao .box-main .box-group .box-column .text p {
    color: #777B7A;
    font-size: 16px;
    line-height: 20px;
    height: 120px;
    overflow: hidden;
  }
  .revisao .box-main .box-group .box-text {
    padding: 20px 0 0;
  }
  .revisao .box-main .box-group .box-text h1 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 3px;
    letter-spacing: 0.2px;
  }
  .revisao .box-main .box-group .box-text p {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.2px;
  }
  .revisao .box-main .box-group .box-text a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.6px;
  }
  footer {
    width: 100%;
    background-color: #000;
    padding: 28px 0;
    overflow: hidden;
  }
  footer .row .col-sm-6 {
    width: auto;
    float: inherit;
  }
  footer .address {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* inline-block com ie 7 */
    padding: 0 40px;
  }
  footer .address .logo {
    margin-bottom: 26px;
  }
  footer .address h1 {
    color: #fff;
    font-size: 19px;
  }
  footer .address h2 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.2px;
    margin: 3px 0 12px;
  }
  footer .address p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.2px;
  }
  footer .address .btn-back-site {
    background: url(../img/common/btn-back-site.png) no-repeat center center;
    width: 175px;
    height: 65px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* inline-block com ie 7 */
    outline: 0;
    text-decoration: none;
    margin: 22px 0 0;
  }
  footer .address .logo-frates {
    margin: 23px 0 0;
  }
  footer .form-default {
    margin-top: 0px;
    padding: 0 50px;
    margin-bottom: 40px;
  }
  footer .form-default .title h1 {
    letter-spacing: 0;
  }
}
