.ibd-static-pt-html {
  /* Pantallas superiores a 1280px (large desktop)*/
  /* Pantallas entre 1024px y 1280px (desktop)*/
  /* Pantallas entre 768px y 1024px (tablet) */
  /* Pantallas inferiores a 768px (mobile) */ 
    margin-inline: 34px;}
  .ibd-static-pt-html .contenedor-pdf {
    padding: 20px 2% 15px 2%;
    margin: 0 auto;
    text-align: center;
    background: #F1F5ED; }
  .ibd-static-pt-html .panel-pdf {
    margin: 0 auto; }
  .ibd-static-pt-html .panel-pdf .pdf {
    padding: 0 5px;
    height: 50px;
    display: inline-block;
    vertical-align: top; }
  .ibd-static-pt-html .panel-pdf .pdf .img-pdf {
    float: left;
    margin-bottom: 20px;
    /*aumentar si texto largo*/
    height: 30px; }
  .ibd-static-pt-html .panel-pdf .pdf .pdf-text {
    color: #5C881A;
    font-size: 1em;
    line-height: 1.1em;
    text-align: left;
    margin-left: 30px;
    margin-top: 14px;
    position: relative;
    transform: translateY(-50%); }
  @media screen and (min-width: 80em) {
    .ibd-static-pt-html .panel-pdf .pdf {
      max-width: 200px; } }
  @media screen and (min-width: 64em) and (max-width: 79.99em) {
    .ibd-static-pt-html .contenedor-pdf {
      padding: 15px 10%; }
    .ibd-static-pt-html .panel-pdf .pdf {
      max-width: 255px; }
    .ibd-static-pt-html .panel-pdf .pdf-cuatro {
      max-width: 200px; } }
  @media screen and (min-width: 47.96em) and (max-width: 63.95em) {
    .ibd-static-pt-html .contenedor-pdf {
      padding: 20px 7% 15px 7%; }
    .ibd-static-pt-html .panel-pdf .pdf {
      max-width: 218px; }
    .ibd-static-pt-html .panel-pdf .pdf-cuatro {
      max-width: 350px;
      width: 350px; } }
  @media screen and (max-width: 47.95em) {
    .ibd-static-pt-html .panel-pdf {
      width: 280px; }
    .ibd-static-pt-html .panel-pdf .pdf {
      width: 280px; } }
