
      #numero_lg{
        font-family: Roboto;
        font-weight: bold;
        margin-left: 10%;
        font-size: 150px;
        color: #354C71;
      }

      #text_lg{
        font-family: Roboto;
        font-weight: regular;
        margin-left: 20%;
        font-size:50px;
        color: #354C71;
        line-height: 50px;
      }

      #img_lg{
        margin-top: 25%;
        float: right;
        margin-right: 10%;
      }



      #numero_md{
        font-family: Roboto;
        font-weight: bold;
        margin-left: 10%;
        font-size: 130px;
        color: #354C71;
      }

      #text_md{
        font-family: Roboto;
        font-weight: regular;
        margin-left: 20%;
        font-size: 40px;
        color: #354C71;
        line-height: 40px;
      }

      #img_md{
        margin-top: 35%;
        float: right;
        margin-right: 10%;
      }


      #numero_sm{
        font-family: Roboto;
        font-weight: bold;
        margin-left: 10%;
        font-size: 110px;
        color: #354C71;
      }

      #text_sm{
        font-family: Roboto;
        font-weight: regular;
        margin-left: 20%;
        font-size: 40px;
        color: #354C71;
        line-height: 35px;
      }

      #img_sm{
        margin-top: 45%;
        float: right;
        margin-right: 10%;
      }



      #numero_xs{
        font-family: Roboto;
        font-weight: bold;
        margin-left: 10%;
        font-size: 110px;
        color: #354C71;
      }

      #text_xs{
        font-family: Roboto;
        font-weight: regular;
        margin-left: 20%;
        margin-right: 10%;
        font-size: 40px;
        color: #354C71;
        line-height: 35px;
      }

      #img_xs{
        margin-top: 10%;
        margin-left: 20%;
      }