@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600");
/**snap drawers - MENU*/
.drawers {
  position: absolute;
  width: 266px;
  z-index: 1;
  min-height: 100vh;
  background-color: #333; }
  .drawers a {
    color: #FFF; }
  .drawers .drawer-left, .drawers .drawer-right {
    position: absolute;
    width: 100%; }
    .drawers .drawer-left ul, .drawers .drawer-right ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .drawers .drawer-left li.dd-item, .drawers .drawer-right li.dd-item {
      background-color: rgba(75, 75, 75, 0.5);
      border-bottom: solid 1px #333;
      position: relative;
      display: block;
      padding: 15px 0 15px 5px; }
      .drawers .drawer-left li.dd-item ul, .drawers .drawer-right li.dd-item ul {
        padding-left: 10px;
        display: none; }
        .drawers .drawer-left li.dd-item ul li.dd-item, .drawers .drawer-right li.dd-item ul li.dd-item {
          background-color: transparent; }
          .drawers .drawer-left li.dd-item ul li.dd-item:after, .drawers .drawer-right li.dd-item ul li.dd-item:after {
            border-bottom: none; }
      .drawers .drawer-left li.dd-item a, .drawers .drawer-right li.dd-item a {
        font-size: 16px;
        display: inline-flex; }
    .drawers .drawer-left li.dd-item button, .drawers .drawer-right li.dd-item button {
      position: absolute;
      background: transparent;
      border: solid 1px #fff;
      color: #FFF;
      top: 20px;
      right: 10px;
      margin-right: 10px; }
    .drawers .drawer-left .wrapper-menu, .drawers .drawer-right .wrapper-menu {
      height: 70vh;
      border-bottom: solid 1px #FFF;
      overflow-y: auto; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

.btn-danger {
  background-color: #e10000 !important; }

*[class*="img-bkg"] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.title_line {
  position: relative; }
  .title_line:after {
    background-color: #e4e8f3 !important;
    bottom: -10px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 40px; }

.creditos_pacaembu {
  position: relative;
  color: white; }

/********* HEADER *********/
.pre-header {
  background-color: #e1e1e1; }

.navbar-header {
  padding-top: 5px; }
  .navbar-header .text-danger {
    color: #e10000 !important; }

.navbar-info {
  display: inline-block;
  float: right; }
  .navbar-info .info-box {
    padding: 5px 24px;
    float: left;
    color: #777;
    border-right: solid 1px rgba(186, 186, 186, 0.3); }
    .navbar-info .info-box .btn-danger {
      margin-top: 6px;
      background-color: #e10000 !important;
      box-shadow: 0 2px 2px #fff; }
    .navbar-info .info-box:last-child {
      border-right: none; }
    .navbar-info .info-box span {
      color: #e10000;
      font-size: 14px;
      display: block;
      padding-bottom: 5px; }
    .navbar-info .info-box h3 {
      display: inline-block;
      font-weight: 500; }
    .navbar-info .info-box ul {
      display: block;
      margin-top: 6px; }
  .navbar-info .info-social {
    padding: 11px 0; }
    .navbar-info .info-social li {
      display: inline-block;
      font-size: 16px;
      margin: 0 10px; }
    .navbar-info .info-social a {
      color: #e10000; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .info-box {
    padding-left: 13px !important;
    padding-right: 13px !important; } }
/*iPad in portrait*/
.call-action-mobile {
  padding-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 7px; }
  .call-action-mobile-phone {
    font-size: 18px;
    line-height: 2.5; }

/********* Menu *********/
#menuTop {
  background-color: #FFFFFF; }
  #menuTop ul {
    list-style: none;
    *zoom: 1;
    position: relative;
    padding: 0;
    margin: 0; }
    #menuTop ul:before, #menuTop ul:after {
      content: " ";
      display: table; }
    #menuTop ul:after {
      clear: both; }
    #menuTop ul ul {
      list-style: none;
      width: 100%; }
    #menuTop ul li a {
      display: block;
      font-weight: 300; }
  #menuTop ul > li {
    float: left;
    position: relative;
    margin-right: 1rem; }
  #menuTop ul > li:hover > a {
    border-bottom: solid 4px #e10000; }
  #menuTop ul > li > a {
    padding: 10px;
    font-size: 14px;
    border-bottom: 4px solid #e1e1e1;
    color: #000;
    text-decoration: none; }
  #menuTop ul li ul {
    position: absolute;
    left: -9999px;
    z-index: 100; }
    #menuTop ul li ul li {
      width: 280px;
      background-color: #FFFFFF; }
      #menuTop ul li ul li a {
        border-bottom: none; }
      #menuTop ul li ul li:hover a {
        border-bottom: none;
        background-color: rgba(210, 210, 210, 0.3); }
  #menuTop ul > li.hover > ul {
    left: 0; }
  #menuTop ul li li.hover ul {
    left: 100%;
    top: 0; }
  #menuTop .btn-search {
    border-radius: 50%;
    margin-top: 5px; }
    #menuTop .btn-search i.fa {
      font-weight: bold; }
  #menuTop .dropdown-menu {
    right: 40px;
    left: -40px;
    border: none; }
  #menuTop .search {
    position: absolute;
    width: 200px;
    border: solid 1px #ddd;
    padding: 5px;
    background-color: #FFFFFF; }
    #menuTop .search input.form-control {
      border-color: #FFFFFF;
      box-shadow: none !important; }

@media screen and (max-width: 800px) {
  #menuTop ul > li {
    float: none; }
  #menuTop ul ul {
    display: block;
    width: 100%; }
  #menuTop ul > li.hover > ul, #menuTop ul li li.hover ul {
    position: static; } }
/********* SLIDER *********/
.sliderbanner {
  height: 400px;
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative; }
  .sliderbanner .caption {
    width: 80%;
    padding-top: 10%;
    margin: auto; }
    .sliderbanner .caption h3 {
      color: #FFFFFF;
      text-align: center;
      font-size: 40px;
      font-weight: bold;
      opacity: 0; }
    .sliderbanner .caption p {
      text-align: center;
      color: #FFFFFF;
      font-size: 30px;
      opacity: 0; }

/*iPad in landscape*/
/*iPad in portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .navbar-info {
    width: 90%; }

  .sliderbanner {
    max-height: 568px; } }
/*Other Device*/
@media (max-width: 40em) {
  .sliderbanner {
    max-height: 328px; }
    .sliderbanner .caption {
      padding-top: 30%; }
      .sliderbanner .caption h3 {
        font-size: 228.75%; }
      .sliderbanner .caption p {
        font-size: 203.125%; } }
/********* DESTAQUE HOME *********/
.negative-top {
  margin-top: -204px; }

.feature-wrapper {
  position: relative; }
  .feature-wrapper .pos_bg_feature {
    background-color: #e10000;
    width: 100%;
    padding: 72px 0;
    position: absolute;
    top: 0; }

.feature-box {
  position: relative;
  z-index: 1;
  margin-bottom: 20px; }
  .feature-box .feature-img {
    position: relative;
    overflow: hidden; }
    .feature-box .feature-img img {
      -webkit-transition: all 2s ease-in-out 0s;
      -moz-transition: all 2s ease-in-out in 0s;
      -ms-transition: all 2s ease-in-out 0s;
      -o-transition: all 2s ease-in-out 0s;
      transition: all 2s ease-in-out 0s;
      opacity: 1; }
    .feature-box .feature-img:hover img {
      -webkit-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3);
      opacity: 0.5; }
  .feature-box .feature-body {
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px 3px #eff1f8;
    padding: 12px; }
    .feature-box .feature-body header {
      text-transform: uppercase;
      padding-top: 10px;
      margin-bottom: 15px; }
      .feature-box .feature-body header h2 {
        font-size: 18px; }
        .feature-box .feature-body header h2 a {
          color: #222; }
          .feature-box .feature-body header h2 a:hover {
            text-decoration: none; }

/*iPad in landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .negative-top {
    margin-top: -183px; } }
/*iPad in portrait*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .negative-top {
    margin-top: 25px; } }
/*Other Device*/
@media (max-width: 40em) {
  .negative-top {
    margin-top: 20px; } }
/** Content webpage */
.custom-header h2 {
  margin-bottom: 15px; }

.box-content .custom-header {
  margin: 20px 0; }
.box-content p {
  margin-bottom: 20px; }
.box-content .list {
  margin-bottom: 40px; }
  .box-content .list ul li {
    margin-bottom: 25px;
    position: relative;
    float: left;
    width: 100%; }
    .box-content .list ul li p {
      margin-top: 5px; }
    .box-content .list ul li .box-icon {
      width: 50px;
      height: 50px;
      margin-right: 20px;
      float: left;
      vertical-align: middle;
      font-size: 2em;
      padding-left: 15px; }

/*Other Device*/
@media (max-width: 40em) {
  .box-content .no-padding-lft {
    padding-left: 15px; }

  .padding40 {
    padding: 0; } }
/*LASTED NOTICE*/
.last-notices .last-notices-img {
  width: 100px;
  float: left;
  background: #f1f1f1; }
.last-notices .last-notices-detail {
  padding-left: 120px; }

/*Depoiments*/
.depoiment-wrapp {
  background-color: #e10000;
  color: #FFFFFF; }
  .depoiment-wrapp a {
    color: #FFFFFF; }
  .depoiment-wrapp img {
    display: block;
    margin-left: 20%;
    width: 175px;
    height: 175px; }
  .depoiment-wrapp .depoiments-content {
    text-align: left !important;
    font-style: italic;
    font-size: 18px;
    margin-top: 10px; }
  .depoiment-wrapp .depoiments-person {
    text-align: left !important;
    font-weight: bold; }
  .depoiment-wrapp .bx-wrapper {
    background-color: transparent !important;
    box-shadow: none;
    border: none; }
  .depoiment-wrapp .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #f1f1f1; }
  .depoiment-wrapp .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #777; }

@media (max-width: 40em) {
  .depoiment-wrapp img {
    margin: auto; }
  .depoiment-wrapp .depoiments-content, .depoiment-wrapp .depoiments-person {
    text-align: center !important; } }
/*SliderBrands*/
.brand-wrapper {
  background-color: #e10000;
  color: #FFFFFF; }
  .brand-wrapper .bx-wrapper {
    background-color: transparent;
    border: none;
    box-shadow: none; }

#brands {
  width: 100%;
  position: relative; }
  #brands .brand-item {
    max-width: 200px; }

/*Footer*/
#footer {
  background-color: #777;
  color: #FFFFFF; }
  #footer .quickLinks ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #footer .quickLinks ul li {
      display: block;
      margin-bottom: 10px; }
      #footer .quickLinks ul li:before {
        content: "\f054";
        font-family: 'FontAwesome';
        float: left;
        margin-left: -1;
        margin-right: 10px; }
      #footer .quickLinks ul li a {
        color: #FFFFFF; }
  #footer .social {
    margin-top: 15px; }
    #footer .social a {
      display: inline-block;
      padding: 7px;
      font-size: 24px;
      color: #FFFFFF; }
  #footer .pos_footer {
    background-color: #e1e1e1;
    padding: 20px 0 5px; }
    #footer .pos_footer a.btn {
      color: #e10000; }
    #footer .pos_footer small {
      display: inline-block; }
    #footer .pos_footer p {
      font-size: 10px;
      color: #777; }

/** INTENAL PAGE */
.pg-subtitle {
  background-color: #e10000; }
  .pg-subtitle h1 {
    font-size: 34px;
    font-weight: 300;
    color: #FFFFFF; }

.geral .layoutModeTable-info {
  height: auto !important; }
.geral img {
  display: block;
  margin: auto; }
.geral .title_line::after {
  margin-left: -20px;
  left: 50%; }

/*Layout Table*/
.layoutModeTable {
  background-color: #FFFFFF; }
  .layoutModeTable .layoutModeTable-image {
    height: 217px;
    overflow: hidden; }
    .layoutModeTable .layoutModeTable-image img {
      -webkit-transition: all 2s ease-in-out 0s;
      -moz-transition: all 2s ease-in-out in 0s;
      -ms-transition: all 2s ease-in-out 0s;
      -o-transition: all 2s ease-in-out 0s;
      transition: all 2s ease-in-out 0s;
      opacity: 1; }
      .layoutModeTable .layoutModeTable-image img:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0.5; }
  .layoutModeTable .layoutModeTable-info {
    background-color: #FFFFFF;
    padding: 20px;
    font-family: 'Open Sans';
    position: relative;
    height: 245px; }
    .layoutModeTable .layoutModeTable-info h2 {
      font-weight: 300;
      font-size: 20px; }

.layoutMagazine .magazine-img {
  height: 365px;
  background-size: 100%;
  background-position: top center; }
.layoutMagazine .magazine-info {
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }
  .layoutMagazine .magazine-info h2 {
    font-size: 20px; }

.topTeen {
  padding: 5px;
  background-color: #FFFFFF; }
  .topTeen .list-group .list-group-item {
    position: relative;
    padding-left: 60px;
    min-height: 70px; }
    .topTeen .list-group .list-group-item .imagebox {
      position: absolute;
      width: 50px;
      height: 50px;
      left: 5px; }

#comments {
  font-weight: 300; }
  #comments ul {
    list-style: none; }
    #comments ul li {
      width: 100%;
      min-height: 75px;
      margin-bottom: 30px; }
      #comments ul li > div {
        border-bottom: solid 1px #e1e1e1;
        padding: 15px 15px 20px 15px; }
      #comments ul li ul {
        margin-top: 30px; }
  #comments .comment-users-data {
    margin-bottom: 2.5%;
    font-size: 14px;
    margin-bottom: 15px; }
    #comments .comment-users-data span:first-child {
      font-weight: bold; }
    #comments .comment-users-data .comment-date {
      display: block; }
  #comments .boxReplyComment {
    display: none; }

.search-result .col-md-2 {
  border-right: 1px dotted #ccc;
  min-height: 140px; }
.search-result ul {
  padding-left: 0 !important;
  list-style: none; }
  .search-result ul li {
    font: 300 normal .85em;
    line-height: 30px; }
    .search-result ul li i {
      padding-right: 5px; }
.search-result .col-md-7 {
  position: relative; }
.search-result h3 {
  font: 300 normal 1.375em; }

@media (max-width: 40em) {
  .search-result .col-md-2 {
    border-right: 1px dotted #ccc;
    min-height: 75px; } }
.shareButtons .stButton .stButton_gradient,
.shareButtons .stButton .stFb, .shareButtons .stButton .stTwbutton, .shareButtons .stButton .stMainServices {
  height: 24px;
  background-size: contain; }

div[data-remodal-id="modal_like_box"] {
  max-width: 400px;
  background-color: rgba(51, 51, 51, 0.5); }
  div[data-remodal-id="modal_like_box"] .boxNotSeeMoreModalLike {
    position: absolute;
    bottom: -35px;
    padding: 5px;
    width: 100%;
    text-align: center;
    left: 0; }

/*# sourceMappingURL=style.css.map */
