.rpp_quadro_destaque_full {
    width: 100%;
    height: auto;
    border: 1px solid #f0f0e1;
    border-radius: 5px;
    margin-bottom: 10px;
    /*background-color: #378b29;
	background-image: linear-gradient(315deg, #378b29 0%, #74d680 74%);
    background-color: #378b29;
    background-image: linear-gradient(315deg, #83b37b 0%, #def0b2 74%);*/
}

#rpp_quadro_destaque_inicial_todo {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  /*background-color: #378b29;
  background-image: linear-gradient(315deg, #83b37b 0%, #def0b2 74%);*/
  background-color: #f6fcf1;
  margin-bottom: 10px;
}

#rpp_quadro_destaque_inicial_left {
  float: left;
  min-height: 200px;
  width: 85%;
/*  margin-left: 15%;
  margin-right: 15%;*/
  margin-top: 20px;
  margin-bottom: 20px;
}

#rpp_quadro_destaque_inicial_left1 {
  float: left;
  min-height: 200px;
  width: 25%;
/*  margin-left: 15%;
  margin-right: 15%;*/
  margin-top: 20px;
  margin-bottom: 20px;
}

#rpp_quadro_destaque_inicial_left2 {
  float: left;
  min-height: 200px;
  width: 60%;
/*  margin-left: 15%;
  margin-right: 15%;*/
  margin-top: 20px;
  margin-bottom: 20px;
}

#rpp_quadro_destaque_inicial_right {
  float: right;
  min-height: 200px;
  width: 15%;
/*  margin-left: 15%;
  margin-right: 15%;*/
  margin-top: 20px;
  margin-bottom: 20px;
  display: table;
}

.rpp_quadro_destaque_inicial_imagem_left {
  padding: 5%;
  max-width: 90%;
  max-height: 90%;
  justify-content: center;
}

#rpp_quadro_destaque_final {
  clear: both;
}

#rpp_quadro_destaque_inicial_botoes {
  vertical-align: middle;
  display: table-cell;
}

.rpp_quadro_destaque_inicial_botao {
  text-align: center;
  /*background-color: #378b29;
  color: rgb(61, 46, 5);*/
  line-height: 4em;
}

.rpp_quado_inicial_link {
  cursor:pointer;
  text-decoration: none;
  color: rgb(61, 46, 5);
  /*background-color: #def0b2;*/
  background-color: #d1d1c3;
  padding: 10px;
  border: 1px solid #222;
  border-radius: 10px;
}

.rpp_quadro_destaque_inicial_texto {
  text-align: justify;
  text-indent: 5%;
  font-size: 1.25em;
  color: rgb(61, 46, 5);
  padding-left:8%;
  padding-right: 8%;
  line-height: 1.4em;
}

@media(max-width:767px) {
  #rpp_quadro_destaque_inicial_left {
    display: block;
    width: 100%;
  }
  
  #rpp_quadro_destaque_inicial_left1 {
    display: block;
    width: 100%;
  }

  #rpp_quadro_destaque_inicial_left2 {
    display: block;
    width: 100%;
  }

  #rpp_quadro_destaque_inicial_right {
    display: block;
    min-height: unset;
    width: 100%;
  }
  
  #rpp_quadro_destaque_inicial_botoes {
    display: inline;
    text-align: center;
  }
  
  .rpp_quadro_destaque_inicial_botao {
    /*background-color: #378b29;
    color: rgb(61, 46, 5);*/
    line-height: 3em;

  }

  .rpp_quadro_destaque_inicial_imagem_left {
    width: 100%;
    min-width: 90%;
    margin-right: 5%;
  }
}
