/* CORES E TIPOGRAFIA
AZUL DO MENU NO TOPO: #57b7e8;
CINZA DOS LINKS HEADER: #939598;
PRETO DO LINK ATIVO: #020100;

*/
.margin-bottom{
  margin-bottom: 20px;
}

.margin-top{
  margin-top: 20px;
}

.bordar-bottom{
  border-bottom: 1px solid #ccc;
}

.padding-bottom{
  padding-bottom: 20px;
}

.margim-top{
  padding-top: 20px;
}

.borda{
  border: 1px solid;
}

.no-padding{
  padding: 0;
}

.no-margin{
  margin: 0;
}


.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.bottom-column
{
  align-self: flex-end;
}

.font_padrao{
  font-size: 14px;
}

/*POP UP HOME*/

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


#popUp .modal-header{
  display: none;
}

#popUp .modal-footer{
  display: none;
}

#popUp .modal-body{
  padding: 0px;
}

#popUp .close{
  position: absolute;
  right: -10px;
  background-color: white;
  border-radius: 30px;
  opacity: 1;
  height: 30px;
  width: 30px;
  top: -10px;
}

/*CAMPO DE BUSCA HEADER*/
button {
    -webkit-appearance: button;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-transform: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input {
  border: 0;
  font-family: inherit;
  margin: 0;
  padding: 0;
}

input:focus {
  outline: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#li_busca div.busca{
  display: inline-block;
}


/* ---------- TOOLBAR ---------- */

#li_busca .toolbar {
  color: #fff;
}

/*icone da lupa*/
#li_busca #btn-search{
  display: block;
}

/*input da busca*/
#li_busca #search{
  display: none;
  padding-left: 20px;
    border: 1px solid #e6203b;
    color: black;
    max-width: 150px;
}

.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after {
  content: "";
  display: table; 
}
.clearfix:after { clear: both; }

/*buscar no mobile*/
@media screen and (max-width: 767px) {
  #li_busca{
    padding: 10px 20px;
  }
  #li_busca #search{
    height: 30px;
  }
}

/*END CAMPO DE BUSCA*/



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.titulo_vermelho{
  color:#990000;
}
/*well de anuncios  */

/*.well{
  background-color: #ff9933;
  color: white;
}*/

/*MENU COM SUBMENU*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}



/*banner lateral so aparece acima de 1345px*/
@media screen and (min-width: 1345px) {
  .banner_lateral{
    
    
  }
}

@media screen and (max-width: 1345px) {
  .banner_lateral{
    display: none;
  }
}


.thumbnail{
  padding: 0px;
  margin-bottom: 0px;
}
/*padding-top padrao*/

.padding-top{
  padding-top: 25px;
}

.padding-bottom{
  padding-bottom: 25px;
}


.ocultar{
  display: none !important;
}

.texto_vermelho h2,.texto_vermelho h3, .texto_vermelho h4{
  color: #e3062f;
}


.info .texto_vermelho{
  margin-top: 50px;
}

/*conteudo alinhado ao meio*/

@media screen and (min-width: 768px) {
  .vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }

  header .vertical-align {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    /*margin-top: 8px; */
  }

    /*linhas com o mesmo tamanho*/
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
  }

}

/* MENU  header */

/*colcoar o hamburger */

/*ajustem em tablet*/
/*
@media screen and (max-width: 991px) {
  .mobile .navbar-brand {
    padding: 0px;
    height: 99px;
  }
  .mobile .navbar-brand>img {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 250px;
  }

  .mobile .redes_sociais{
    /*margin-top: 14px;*/
   /* margin-right: 10px;
    padding: 5px;
  }

  .mobile .redes_sociais .fa.fa-facebook{
    background-color: #3c83bc;
    border-radius: 30px;
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
    color: white;
    padding: 4px 6px 3px 6px;
  }

  .mobile .redes_sociais .fa.fa-instagram{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
    border-radius: 30px;
    color: white;
    padding: 5px 6px 4px 6px;
  }
  
    .mobile .redes_sociais .fa.fa-twitter{
      background-color: #36b9ff;
      border-radius: 50%;
      box-shadow: 0px 3px 10px rgba(0,0,0,.25);
      color: white;
      padding: 5px 6px 4px 6px;
    }
  .jornal{
    margin-top: 25px;
  }
}

/*ajustem em celulares
@media screen and (max-width: 767px) {
  .mobile .navbar-brand {
    padding: 0px;
    height: 77px;
  }
  .mobile .navbar-brand>img {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 180px;
  }
}
/*
.navbar-default{
  background-color: white;
}

.navbar-header {
  float: none;
}
.navbar-toggle {
  display: block;
}
.navbar-collapse.collapse {
  display: none!important;
}
.navbar-nav {
  float: none!important;
}
.navbar-nav>li {
  float: none;
}
.navbar-collapse.collapse.in{
  display:block !important;
}

/* NOVO HEADER MOBILE */

.whatsapp a{
  color:black;
}

.whatsapp a:hover{
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .mobile .navbar-brand {
    padding: 0px 20px;
    height: 99px;
  }
  .mobile .navbar-brand>img {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 250px;
  }
  .jornal{
    margin-top: 25px;
  }

  nav.mobile .container-fluid{
    background-color: #d9d9d9;
  }

  nav.mobile .dropdown-menu{
    width: 100%;
  }

  nav.mobile .redes_sociais .facebook{
  width: 40px
  }

  nav.mobile .redes_sociais .twitter{
      width: 40px;
      margin-left: 20px;

  }

  nav.mobile .redes_sociais .instagran{
      width: 40px;
      margin-left: 20px;
  }

  nav.mobile .redes_sociais .youtube{
      width: 40px;
      margin-left: 20px;
  }
  /*whatsapp*/

  nav.mobile .whatsapp .icon{
    width: 40px;
  }

}

/*ajustem em celulares*/
@media screen and (max-width: 767px) {
  .mobile .navbar-brand {
    padding: 0px 20px;
    height: 77px;
  }
  .mobile .navbar-brand>img {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 180px;
  }

  nav.mobile .redes_sociais{
    float: left !important; 
    /*margin-top: 20px;*/
  }

  nav.mobile .redes_sociais .facebook{
    width: 20px
  }

  nav.mobile .redes_sociais .twitter{
      width: 20px;
      margin-left: 20px;

  }

  nav.mobile .whatsapp{
    padding-bottom: 10px;
  }

nav.mobile .whatsapp .ddd{
  font-weight: bold;
}

nav.mobile .whatsapp .numero{
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  margin-left: 5px;
}

  nav.mobile .redes_sociais .instagran{
      width: 20px;
      margin-left: 20px;
  }

  nav.mobile .redes_sociais .youtube{
      width: 20px;
      margin-left: 20px;
  }
  /*whatsapp*/

  nav.mobile .whatsapp .icon{
    width: 20px;
  }

  nav.mobile  .whatsapp .numero{
    top: -6px;
  }
}


nav.mobile .superior{
  padding: 10px 0;
  background-color: #d9d9d9;
}


nav.mobile .whatsapp .ddd{
  font-weight: bold;
}

nav.mobile .whatsapp .numero{
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  /*top: 3px;*/
  margin-left: 5px;
}

/*icones redes sociais*/

nav.mobile .redes_sociais a:hover{
  text-decoration: none;
}



nav.mobile .inferior{
  background-color: #e6203b;
  padding: 20px;

}

nav.mobile .inferior .navbar-nav li a{
  color: white;
}

nav.mobile .inferior .navbar-nav .dropdown-menu{
  background-color: #e7e7e7;
}

nav.mobile .inferior .navbar-nav .dropdown-menu li{
  display: block;
  background-color: #e7e7e7
}

nav.mobile .inferior .navbar-nav .dropdown-menu li a{
  color: #333;
}


nav.mobile .navbar-toggle,
nav.mobile .navbar-toggle:focus,
nav.mobile .navbar-toggle:hover
{
  background-color: white;
}
/*
.navbar-default{
  background-color: white;
}*/

.navbar-header {
  float: none;
}
.navbar-toggle {
  display: block;
}
.navbar-collapse.collapse {
  display: none!important;
}
.navbar-nav {
  float: none!important;
}
.navbar-nav>li {
  float: none;
}
.navbar-collapse.collapse.in{
  display:block !important;
}

nav.mobile .navbar-header{
  background-color: #d9d9d9;
}


/* OLD HEADER 
header{
  border-top: 8px solid #57b7e8;
  border-bottom: 1px solid #eee;
}

header .logo_header{
  padding: 15px;
  width: 250px;
}

header .redes_sociais .fa.fa-facebook{
  background-color: #3c83bc;
  border-radius: 30px;
  color: white;
  padding: 4px 6px 3px 6px;
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

header .redes_sociais .fa.fa-instagram{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);;
  border-radius: 30px;
  color: white;
  padding: 5px 6px 4px 6px;
}

header .redes_sociais .fa.fa-twitter{
  background-color: #36b9ff;
  border-radius: 50%;
  color: white;
  padding: 5px 6px 4px 6px;
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

header .links a{
  color: #939598;
  font-size: 18px;
}

header .links a.active{
  color: #020100;
}
*/


/*HEADER NOVO*/

header.header-desktop .superior{
  background-color: #d9d9d9;
  border-bottom: 5px solid white;
  padding: 8px 0;

}

header.header-desktop .inferior{
  background-color: #e6203b;

}

header.header-desktop .inferior .lista_menu{
  margin-bottom: 0;
}

header.header-desktop .inferior .lista_menu li{
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 25px;
}

header.header-desktop .inferior .lista_menu li a{
  color: white;
}

header.header-desktop .inferior .lista_menu .dropdown-menu li{
  display: block;
}

header.header-desktop .inferior .lista_menu .dropdown-menu li a{
  color: #333;
}


@media screen and (max-width: 1193px) and (min-width: 992px){

    header.header-desktop .logo-header{
        width: 80%;
    }
}

/*icones redes sociais*/

header.header-desktop .redes_sociais a:hover{
  text-decoration: none;
}

header.header-desktop .redes_sociais .facebook{
  width: 40px
}

header.header-desktop .redes_sociais .twitter{
    width: 40px;
    margin-left: 20px;

}

header.header-desktop .redes_sociais .instagran{
    width: 40px;
    margin-left: 20px;
}

header.header-desktop .redes_sociais .youtube{
    width: 40px;
    margin-left: 20px;
}
/*whatsapp*/

header.header-desktop .whatsapp .icon{
  width: 40px;
}

header.header-desktop .whatsapp .ddd{
  font-weight: bold;
}

header.header-desktop .whatsapp .numero{
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  margin-left: 5px;
}

/*loho ilhaimoveis acima dos tablets*/
@media screen and (max-width: 767px) {
  .logo_imoveis_tablet{
    display: none;
  }

  .logo_imoveis_mobile{
    display: block;
  }

}

@media screen and (min-width: 768px){
  li.logo_imoveis_mobile{
    display: none;
  }

}


/*SLIDER 
TITULO PRINCIPAL: 38px white;
VERMELHO: #e3062f;
*/

#index #slide_principal{
  border-top: 8px solid #e3062f;
  border-bottom: 8px solid #e3062f;
}


#index #slide_principal .carousel-caption {
    max-width: 100%;
    text-align: left;
    width:100%;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    bottom: 0;
    padding-left: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 10px;

}

#index #slide_principal .carousel-caption a{
  color: white;
}

#index #slide_principal .carousel-caption h3{
  font-size: 22px;
  font-weight: bold;
  margin: 0px;

}

#index #slide_principal .carousel-caption p{
  font-size: 20px;
  margin: 0px;
}

#index #slide_principal .item{
  height: 485px;
  cursor: pointer;
}

#index #slide_principal .carousel-control.left,
#index #slide_principal .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}

#index #slide_principal .carousel-control.left span:before,
#index #slide_principal .carousel-control.right span:before {
  padding: 5px;
  background-color: rgba(0,0,0,0.3);
  border-radius: 200px;
}

#index #slide_principal .carousel-control .glyphicon-chevron-left,
#index #slide_principal .carousel-control .icon-prev {
  left: 20%;
}

#index #slide_principal .carousel-control .glyphicon-chevron-right,
#index #slide_principal .carousel-control .icon-next {
  right: 25%;
}



/*ajustem em tablet*/
@media screen and (max-width: 991px) {
  #index #slide_principal .item{
    height: 360px;
  }
  #index #slide_principal .carousel-caption h3{
    font-size: 26px;
    font-weight: bold;

  }

  #index #slide_principal .carousel-caption p{
    font-size: 23px;
  }

}

/*ajustem em celulares*/
@media screen and (max-width: 767px) {
  #index #slide_principal .item{
    height: 300px;
  }
  #index #slide_principal .carousel-caption h3{
    font-size: 22px;
    font-weight: bold;

  }

  #index #slide_principal .carousel-caption p{
    font-size: 18px;
  }
}


#index .destaque_lateral .box-item {
    /*float: left;*/
    opacity: 1;
    position: relative;
    height: 150px;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
}

@media screen and (max-width: 767px) {
  #index .destaque_lateral:first-child{
    margin-top: 25px;
  }
}





#index .destaque_lateral .box-item a,#index .destaque_lateral .box-item span{
  color:#FFF;
}

#index .destaque_lateral .box-item .box-post span.meta span {
    margin-right: 15px;
}

#index .destaque_lateral .box-item .box-post {
  height: 150px;
    background-size: cover;
    background-position: top;
    width: 100%;
    
}
#index .destaque_lateral .box-item .box-post h2.post-title {
  font-size:18px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  margin: 0px;
  background-color: rgba(0,0,0,0.5);
}


@media screen and (max-width: 991px) {
  #index .destaque_lateral{
    padding-top: 20px;
  }

  #index .destaque_lateral .box-item .box-post h2.post-title {
    font-size: 18px;
  }

}

@media screen and (max-width: 767px) {
  #index .destaque_lateral{
    padding-top: 0px
  }

}

/*DESTAQUE LATERAL LAYOUT 3*/

#index .destaque_lateral_3 .box-item {
    /*float: left;*/
    opacity: 1;
    position: relative;
    height: 238px;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
}

@media screen and (max-width: 767px) {
  #index .destaque_lateral_3:first-child{
    margin-top: 25px;
  }
}


#index .destaque_lateral_3 .box-item a,#index .destaque_lateral_3 .box-item span{
  color:#FFF;
}

#index .destaque_lateral_3 .box-item .box-post span.meta span {
    margin-right: 15px;
}

#index .destaque_lateral_3 .box-item .box-post {
    height: 238px;
    background-size: cover;
    background-position: top;
    width: 100%;
    
}
#index .destaque_lateral_3 .box-item .box-post h2.post-title {
  font-size:18px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  margin: 0px;
  background-color: rgba(0,0,0,0.5);
}


@media screen and (max-width: 991px) {
  #index .destaque_lateral_3{
    padding-top: 20px;
  }

  #index .destaque_lateral_3 .box-item .box-post h2.post-title {
    font-size: 18px;
  }

}

@media screen and (max-width: 767px) {
  #index .destaque_lateral_3{
    padding-top: 0px
  }

}


/*DESTAQUE INFERIOR 

TITULO PRINCIPAL: 20px #e3062f;
VERMELHO titulo: #e3062f;
SUBTITULOS:13px #020100;
*/

#index .destaque_inferior{
  padding-top: 25px;
  padding-bottom: 25px;
}

#index .destaque_inferior .caption{
  padding: 0px;
}

#index .destaque_inferior .foto_destaque_inferior{
  height: 220px;
}

#index .destaque_inferior .caption .titulo{
    margin-top: 10px;
    margin-bottom: 5px;
}

#index .destaque_inferior .caption .titulo a{
  font-size: 22px;
  color: #e3062f;
  font-weight: bold;

}

#index .destaque_inferior .caption .subtitulo{
  font-size: 16px;
  color: #020100;
}

#index .destaque_inferior .thumbnail{
  border:none;
}

/*NOTICIAS 
LARANJA GENTE: #ff9933 22px;

*/

#index .noticias{
  margin-bottom: 15px;
}

#index .noticias .caption{
  padding: 0px;
}

#index .noticias .subtitulo{
  font-size: 16px;
  color: #020100;
}

#index .noticias .thumbnail{
  border:none;
}

#index .noticias .foto_destaque_noticias{
  height: 220px;
}

#index .noticias .titulo_gente_fatos{
  margin-top: 5px;
}

#index .noticias .titulo_gente_fatos a{
  font-size: 22px;
  color: #ff9933;
  font-weight: bold;
}

#index .noticias .cabecalho_gente_fatos{
  background-color: #ffe6cc;
  position: relative;
    
}

#index .noticias .cabecalho_gente_fatos div{
  position: absolute;
  background-color: #ff9933;
  height: 111%;
  margin-top: -1px;
  margin-bottom: -1px;
  width: 75%;
  -webkit-transform: perspective(300px) rotateX(-30deg);
  -o-transform: perspective(300px) rotateX(-30deg);
  -moz-transform: perspective(300px) rotateX(-30deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

#index .noticias .cabecalho_gente_fatos h3{
  -webkit-transform: perspective(0px) rotateX(0deg);
  -o-transform: perspective(0px) rotateX(0deg);
  -moz-transform: perspective(0px) rotateX(0deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  margin: 0px;
  font-size: 22px;
  font-weight: bold;
  color:white;
  padding: 10px 5px 10px 30px;
}

/*LISTA DE NOTICIAS*/

#index .lista_noticias .img_destaque{
  background-size: cover;
  /*height: 240px;*/
  background-position: top center;
  padding-top: 65%;
}

#index .lista_noticias .titulo_lista{
  position: relative;
  left: -30px;
}

#index .lista_noticias h3 a{
  font-size: 20px;
  color:#e3062f;
}

#index .lista_noticias p a{
  color: #656568;
  font-size: 18px;
}

#index .lista_noticias .titulo_lista div{
  position: absolute;
  background-color: #e3062f;
  height: 111%;
  margin-top: -2px;
  margin-bottom: -1px;
  width: 75%;
  -webkit-transform: perspective(300px) rotateX(-30deg);
  -o-transform: perspective(300px) rotateX(-30deg);
  -moz-transform: perspective(300px) rotateX(-30deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

#index .lista_noticias .titulo_lista h2{
  -webkit-transform: perspective(0px) rotateX(0deg);
  -o-transform: perspective(0px) rotateX(0deg);
  -moz-transform: perspective(0px) rotateX(0deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  margin: 0px;
  font-size: 22px;
  font-weight: bold;
  color:white;
  padding: 10px 5px 10px 30px;
}

@media screen and (max-width: 767px) {
  #index .lista_noticias .titulo_lista{
      left: 0px;
  }

  #index .lista_noticias .titulo_lista div {
      width: 98%;
  }

  #index .lista_noticias .titulo_lista h2{
    -webkit-transform: perspective(0px) rotateX(21deg);
  }

}



/*CHARGE 
AZUL CLARO: #aadcef;
AZUL ESCURO: #00aeef;
*/
#index .noticias .titulo_charge{
  font-size: 20px;
  color: #00aeef;
  font-weight: bold;
  margin-top: 5px;
}

#index .noticias .cabecalho_charge{
  background-color: #aadcef;
  position: relative;
    
}

#index .noticias .cabecalho_charge div{
  position: absolute;
  background-color: #00aeef;
  height: 117%;
  margin-top: -2px;
  margin-bottom: -1px;
  width: 75%;
  -webkit-transform: perspective(300px) rotateX(-30deg);
  -o-transform: perspective(300px) rotateX(-30deg);
  -moz-transform: perspective(300px) rotateX(-30deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

#index .noticias .cabecalho_charge h3{
  -webkit-transform: perspective(0px) rotateX(0deg);
  -o-transform: perspective(0px) rotateX(0deg);
  -moz-transform: perspective(0px) rotateX(0deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  margin: 0px;
  font-size: 22px;
  font-weight: bold;
  color:white;
  padding: 10px 5px 10px 30px;
}

#index .noticias .cabecalho_charge small{
  color: white;
}


/*LEIA O JORNAL
  VERMELHO: #e3062f;
*/



.jornal .thumbnail{
  border:none;
}

.jornal .titulo_jornal a{
  font-size: 14px;
  color: #e3062f;
  font-weight: bold;
  
}
.jornal .titulo_jornal{
  margin: 0px;
}


.jornal .cabecalho_leia{
  background-color: white;
  position: relative;
    
}

.jornal .cabecalho_leia div{
  position: absolute;
  background-color: #e3062f;
  height: 117%;
  margin-top: -2px;
  margin-bottom: -1px;
  width: 75%;
  -webkit-transform: perspective(300px) rotateX(-30deg);
  -o-transform: perspective(300px) rotateX(-30deg);
  -moz-transform: perspective(300px) rotateX(-30deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.jornal .cabecalho_leia h3{
  -webkit-transform: perspective(0px) rotateX(0deg);
  -o-transform: perspective(0px) rotateX(0deg);
  -moz-transform: perspective(0px) rotateX(0deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  margin: 0px;
  font-size: 22px;
  font-weight: bold;
  color:white;
  padding: 10px 5px 10px 30px;
}

/* min-width & max-width */
@media screen and (min-width: 990px) and (max-width: 1200px) {
  .jornal .cabecalho_leia div{
    width: 87%;
  }
}

@media screen and (max-width: 767px) {
  .jornal{
    margin-top: 25px;
  }

  .jornal .cabecalho_leia h3{
    -webkit-transform: perspective(0px) rotateX(21deg);
  }
}

.jornal .foto_destaque_jornal img{
  margin:0px;
  /*outline: 1px solid #aaa;*/
  width: 100%;
}

.jornal .caption{
  padding: 0px;
}
/*BANNER LATERAL*/

/*.banner_lateral img{
  width: 100%;
}*/

/* NEWSLETTER*/

.newsletter .thumbnail{
  border:none;
}

.newsletter .titulo_newsletter a{
  font-size: 14px;
  color: #e3062f;
  font-weight: bold;
  
}
.newsletter .titulo_newsletter{
  margin: 0px;
}


.newsletter .cabecalho_newsletter{
  background-color: #e37287;
  position: relative;
    
}

.newsletter .cabecalho_newsletter div{
  position: absolute;
  background-color: #e3062f;
  height: 122%;
  margin-top: -2px;
  margin-bottom: -1px;
  width: 25%;
  -webkit-transform: perspective(120px) rotateX(-40deg);
  -o-transform: perspective(120px) rotateX(-40deg);
  -moz-transform: perspective(120px) rotateX(-40deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.newsletter .cabecalho_newsletter h3{
  -webkit-transform: perspective(0px) rotateX(0deg);
  -o-transform: perspective(0px) rotateX(0deg);
  -moz-transform: perspective(0px) rotateX(0deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  margin: 0px;
  font-size: 22px;
  font-weight: bold;
  color:white;
  padding: 10px 5px 10px 20px;
}

.newsletter .cabecalho_newsletter p{
    position: absolute;
    top: 0;
    left: 30%;
    color: white;
    font-size: 18px;
}

@media screen and (min-width: 1200px) {
  .newsletter .cabecalho_newsletter p{
      position: absolute;
      top: 25%;
      left: 30%;
      color: white;
      font-size: 18px;
  }

  #lista .newsletter .cabecalho_newsletter p{
    top: 10%;
  }
}

.newsletter form label{
  color: #e3062f;
}

.newsletter form input{
  border-color: #6d6e71;
  border-radius: 0px;
}

.newsletter form .btn{
  background-color: #e3062f;
  color: white;
  border-radius: 0px;
  margin-top: 10px;
}


/*FACEBOOK*/

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    margin-top: 10px;
    margin-bottom: 20px;
}

/*BOCA NO TROMBONE
AZUL TITULO: #45aeff;
*/

#index .boca_trombone .thumbnail{
  border:none;
}

#index .boca_trombone .titulo_boca_trombone a{
  font-size: 14px;
  color: #e3062f;
  font-weight: bold;
  
}

#index .boca_trombone .cabecalho_boca_trombone img{
    position: absolute;
    top: -11px;
}


#index .boca_trombone .cabecalho_boca_trombone{
  background-color: white;
  position: relative;
  height: 40px;
    
}

#index .boca_trombone .cabecalho_boca_trombone div{
  position: absolute;
  background-color: #45aeff;
  height: 128%;
  margin-top: -2px;
  margin-bottom: -1px;
  width: 25%;
  -webkit-transform: perspective(120px) rotateX(-40deg);
  -o-transform: perspective(120px) rotateX(-40deg);
  -moz-transform: perspective(120px) rotateX(-40deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

#index .boca_trombone .cabecalho_boca_trombone h3{
  -webkit-transform: perspective(0px) rotateX(0deg);
  -o-transform: perspective(0px) rotateX(0deg);
  -moz-transform: perspective(0px) rotateX(0deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  margin: 0px;
  font-size: 22px;
  font-weight: bold;
  color:white;
  padding: 10px 5px 10px 20px;
}

#index .boca_trombone .cabecalho_boca_trombone p{
    position: absolute;
    top: 0;
    left: 30%;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (min-width: 1200px) {
  #index .boca_trombone .cabecalho_boca_trombone p{
      position: absolute;
      top: 25%;
      left: 30%;
      color: #333333;
      font-size: 18px;
      font-weight: bold;
  }
}

#index .boca_trombone .caption{
    padding:0px;
}

#index .boca_trombone .caption .titulo_boca_trombone{
  font-size: 20px;
  color: #45aeff;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

#index .boca_trombone .caption .subtitulo{
  font-size: 16px;
  color: #020100;
}

/*BAnner na coluna*/


@media screen and (max-width: 767px) {

  #index .banner_coluna .col-md-6{
    padding-top: 25px;
  }

}

/*OPINIAO
foi necessario apenas fazer o cabeçalho
*/


#index .boca_trombone .cabecalho_opiniao img{
    position: absolute;
    top: -21px;
}


#index .boca_trombone .thumbnail{
  padding-top: 25px;
}


#index .boca_trombone .cabecalho_opiniao{
  background-color: white;
  position: relative;
  height: 40px;
    
}

#index .boca_trombone .cabecalho_opiniao div{
  position: absolute;
  background-color: #45aeff;
  height: 128%;
  margin-top: -2px;
  margin-bottom: -1px;
  width: 25%;
  -webkit-transform: perspective(120px) rotateX(-40deg);
  -o-transform: perspective(120px) rotateX(-40deg);
  -moz-transform: perspective(120px) rotateX(-40deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

#index .boca_trombone .cabecalho_opiniao h3{
  -webkit-transform: perspective(0px) rotateX(0deg);
  -o-transform: perspective(0px) rotateX(0deg);
  -moz-transform: perspective(0px) rotateX(0deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  margin: 0px;
  font-size: 22px;
  font-weight: bold;
  color:white;
  padding: 10px 5px 10px 20px;
}

#index .boca_trombone .cabecalho_opiniao p{
    position: absolute;
    top: 0;
    left: 30%;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (min-width: 1200px) {
  #index .boca_trombone .cabecalho_boca_trombone p{
      position: absolute;
      top: 25%;
      left: 30%;
      color: #333333;
      font-size: 18px;
      font-weight: bold;
  }
}

/*LAZER 
FUNDO: #cccccc;
*/

#index .lazer .titulo_lazer a{
  font-size: 14px;
  color: #e3062f;
  font-weight: bold;
  
}
#index .lazer .titulo_lazer{
  margin: 0px;
}


#index .lazer .cabecalho_lazer{
  background-color: white;
  position: relative;
    
}

#index .lazer .cabecalho_lazer div{
  position: absolute;
  background-color: #e3062f;
  height: 122%;
  margin-top: -2px;
  margin-bottom: -1px;
  width: 12%;
  -webkit-transform: perspective(120px) rotateX(-40deg);
  -o-transform: perspective(120px) rotateX(-40deg);
  -moz-transform: perspective(120px) rotateX(-40deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

#index .lazer .cabecalho_lazer h3{
  -webkit-transform: perspective(0px) rotateX(0deg);
  -o-transform: perspective(0px) rotateX(0deg);
  -moz-transform: perspective(0px) rotateX(0deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  margin: 0px;
  font-size: 22px;
  font-weight: bold;
  color:white;
  padding: 10px 5px 10px 10px;
}

#index .lazer .cabecalho_lazer p{
    position: absolute;
    top: 0;
    left: 30%;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

@media screen and (min-width: 1200px) {
  #index .lazer .cabecalho_lazer p{
      position: absolute;
      top: 25%;
      left: 14%;
      color: #000000;
      font-size: 18px;
      font-weight: bold;
  }
}

@media screen and (max-width: 767px) {

  #index .painel_lazer .media:first-child{
    margin-top: 25px;
  }

}

#index .painel_lazer hr{
    margin-top: 10px;
    margin-bottom: 10px;
}

#index .painel_lazer .imagem_destaque{
  background-size: cover;
  background-position: center;
  width: 100%; 
  height: 200px; 
  position: relative;
}

#index .painel_lazer .imagem_destaque .titulo_destaque{
  position: absolute;
  bottom: 0;
  background-color: #355086;
  left: 0;
  width: 100%;
  padding: 20px;
  color: white;
}


#index .painel_lazer .media .media-heading{
  /*margin: 10px 0px 0px 0px;*/
  color: #EE272C;
  /*font-weight: bold;*/
  font-size: 24px;
}

#index .painel_lazer .media a:hover{
  text-decoration: none; 
}

#index .painel_lazer .media .data{
  font-size: 11px;
  color: #000000;
  font-style: italic;
}

#index .painel_lazer .media .resumo{
  font-size: 18px;
  color: #656568;
}

#index .painel_lazer .media .media-object{
  width: 100px;
}

#index .painel_lazer hr{
  border-color: #000000;
}

@media screen and (max-width: 767px) {
  #index .painel_lazer .imagem_destaque{
    height: 250px;
  }

  #index .lazer .cabecalho_lazer div {
    width: 24%;
  }

}
/*RODAPE*/
/*rodape old
footer{
  margin-top: 40px;
  border-top:8px solid #e3062f;
}

footer a{
  color: #000000;
}

footer .row{
  padding-top: 20px;
  padding-bottom: 20px;
}

footer .copyright p{
  margin-bottom: 0px;
  font-size: 10px;
}
*/
footer{
  margin-top: 40px;
  background-color: #e6203b;
}

footer a{
  color: #ffffff;
  font-size: 20px;
}

footer a:hover{
  color: #ffffff;
}

footer .row{
  padding-top: 20px;
  padding-bottom: 20px;
}

footer .copyright{
  padding-top: 0px;
}

footer h2, footer h3,
footer h4, footer h5,
footer h6{
  color:white;
}

footer h5{
  margin-top: 0;
}

footer .copyright p{
  margin-bottom: 0px;
  font-size: 10px;
  color: #ffffff
}

/* ================= NOTICIAS =============================*/

/* LIGTH BOX DAS NOTICIAS*/
  /* overlay at start */
#noticias .mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* overlay animate in */
#noticias .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
#noticias .mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
#noticias .mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
/* content animate it */
#noticias .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
#noticias .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

#noticias .conteudo img.click{
  cursor :zoom-in;
  margin: 10px;
  /*width: 100%;*/
}

@media screen and (max-width: 361px) {
  
  #noticias .conteudo img{
    margin: 0px;
    padding-bottom: 10px;
    /*max-width: 360px;*/
  }
}

/*CABECALHO 
VERMELHO: ;
*/

#noticias .categoria span img{
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  #noticias .categoria span img{
    max-width: 130px;
  }
}

#noticias .cabecalho h1{
  color: #e3062f;
  font-weight: bold;
}

#noticias .cabecalho h3{
  color: #666666;
  font-size: 24px;
  /*font-size: 22px;*/
  line-height: 1.2;
}

#noticias .imagem_destaque figcaption{
  color: #666666;
  text-align: center;
  font-size: 14px;
  margin: 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 5px;
}

#noticias .conteudo figcaption{
  color: #666666;
  text-align: center;
  font-size: 12px;
  margin: 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 5px;
}

#noticias .box{
  font-size: 18px;
}

#noticias .conteudo .imagem_destaque img{
  width: 100%;
  height: auto;
}
#noticias .data h6{
  margin: 0px;

}

#noticias .data p{
  font-size: 11px;
  color: #666666;
}


@media screen and (max-width: 767px) {
  #noticias .cabecalho h1{
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px){
  #noticias .cabecalho h1{
    font-size: 26px;
  }
}


/*BLOCO RELACIONADOS*/
#noticias .bloco_relacionados{
  background-color: #f3f3f3;
}

#noticias .bloco_relacionados .img_destaque{
  background-size: cover;
  /*height: 160px;*/
  background-position: center center;
  padding-top: 65%;
}

#noticias .bloco_relacionados h2{
  margin-bottom: 20px;
  margin-top: 0;
}

#noticias .bloco_relacionados h3 a{
    font-size: 20px;
    color: #e3062f;
}

#noticias .bloco_relacionados p a{
  color: #656568;
  font-size: 18px;
}

#noticias footer{
  margin-top: 0;
}

/*LISTA DE ARTIGOS

*/

#lista .artigo .imagem_destaque{
  height: 180px;
  background-size: cover;
  background-position: center;

}

#lista .artigo .titulo h2{
  color: #e3062f;
  font-weight: bold;
  font-size: 20px;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  #lista .artigo .titulo h2{
    margin-top: 20px;
  }
}

#lista .artigo .resumo{
  color: #333333;
  font-size: 16px;
}

#lista .artigo .info{
  font-size: 11px;
  color:#666666;
}

#lista .cabecalho{
  /*background-color: white;*/
  position: relative;
    
}

#lista .cabecalho .titulo img{
  width: 80px;
}

/*#lista .cabecalho div{
  position: absolute;
  background-color: #e3062f;
  width: 100%;
  height: 100%;
/*  height: 117%;
  margin-top: -2px;
  margin-bottom: -1px;
  width: 100%;
  -webkit-transform: perspective(300px) rotateX(-30deg);
  -o-transform: perspective(300px) rotateX(-30deg);
  -moz-transform: perspective(300px) rotateX(-30deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;*/
}
#lista .cabecalho::before{
  content: '\00a0';
-ms-transform: skewX(-15deg);
-webkit-transform: skewX(-15deg);
transform: skewX(-15deg);
background: #57b7e8;
padding: 15px;
position: absolute;
top: 0;
left: -24px;
font-size: 16px;
font-weight: 400;
  /*-webkit-transform: perspective(0px) rotateX(0deg);
  -o-transform: perspective(0px) rotateX(0deg);
  -moz-transform: perspective(0px) rotateX(0deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  margin: 0px;
  font-size: 22px;
  font-weight: bold;
  color:white;
  padding: 10px 5px 10px 30px;*/
}

/*CLASSIFICADOS ANUNCIE*/

#anuncie .info h2,
#anuncie .info h3,
#anuncie .info h4,
#anuncie .info h5{
  color: #e3062f;
}
 
#anuncie .border_bottom{
  border-bottom: 1px solid #aaa;
  height: 100%;
}

#anuncie h3{
  font-size: 22px;
  font-weight: bold;
  margin-top: 0px;
}

#anuncie h4{
  font-weight: 18;
  font-weight: bold;
}

/*MAIS LIDAS*/


.mais_lidas .cabecalho_mais{
  background-color: white;
  position: relative;
  margin-bottom: 15px;    
}

.mais_lidas .cabecalho_mais div{
  position: absolute;
  background-color: #e3062f;
  height: 117%;
  margin-top: -2px;
  margin-bottom: -1px;
  width: 75%;
  -webkit-transform: perspective(300px) rotateX(-30deg);
  -o-transform: perspective(300px) rotateX(-30deg);
  -moz-transform: perspective(300px) rotateX(-30deg);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.mais_lidas .cabecalho_mais h3{
  -webkit-transform: perspective(0px) rotateX(0deg);
  -o-transform: perspective(0px) rotateX(0deg);
  -moz-transform: perspective(0px) rotateX(0deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  margin: 0px;
  font-size: 22px;
  font-weight: bold;
  color:white;
  padding: 10px 5px 10px 30px;
}
.mais_lidas .media{
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
  margin-top: 8px;
}

.mais_lidas .media-left{
  font-size: 30px;
}

.mais_lidas p{
  font-size: 11px;
  color: #666666;
  margin-bottom: 3px;
}

.mais_lidas a{
  color: #EE272C;
}

.mais_lidas h4{
  font-size: 14px;
}