@font-face {
  font-family: 'nunito-bold';
  src:url('fonts/nunito-bold.ttf'),
      url('fonts/nunito-bold.svg'),
      url('fonts/nunito-bold.woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'nunito-semibold';
  src:url('fonts/nunito-semibold.ttf'),
      url('fonts/nunito-semibold.svg'),
      url('fonts/nunito-semibold.woff');
  font-weight: normal;
  font-style: normal;
}
  body {
    
    margin:0;
    padding:0;

  }
  .icon-facebook .fb-share-button {
    height: 30px;
    width: 100%;
  }
  .icon-facebook .fb-share-button iframe {
    opacity: 0;
    padding-top: 10px;
  }
  .icon-facebook .fb-share-button a {
    width: 100%;
    text-indent: -999px;
    height: 30px;
    display: block;
  }

  .titular h1 {
    display: block;
    width: 100%;
    position: relative;
    font-family: 'nunito-semibold';
    font-size: 40px;
    line-height: 50px;
    color: #63b0ea;
    text-align: center;
  }
  .titular h1 span {
    display: block;
    font-family: 'nunito-bold';
    font-size: 55px;
  }
  .titular h1::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -198px;
    top: -10px;
    width: 30px;
    height: 18px;
    background: url('img/corona.svg') center no-repeat;
    background-size: 100%;
  }
  .lead{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 590px;
    color: #666666;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    font-family: 'nunito-semibold';
  }
  .cont-infos{
    display: block;
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin:0 auto;
    padding:0;
  }
  .cont-infos img{
    display: block;
    width: 100%;
  }
  .cont-infos img.img-dk{
    display: block;
  }
  .cont-infos img.img-mb{
    display: none;
  }

  @media screen and (max-width: 768px) {
    #content {
      padding: 0;
    }
 
    .titular h1 {
      font-size: 27px;
      line-height: 26px;
    }
    .titular h1 span{
      font-size: 23px;
    }
    .titular h1::before {
      margin-left: -139px;
      top: -18px;
    }
    .lead{
      padding: 0px 20px;
      width: auto;
    }
    .cont-infos {
      /*margin: inherit;*/
    }
    .cont-infos img.img-dk{
      display: none;
    }
    .cont-infos img.img-mb{
      display: block;
    }
  }
  @media screen and (max-width: 420px) {
 
  }