html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body{line-height:1;color:black;background:white;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}
          body {
              font-family: 'Roboto', sans-serif;
              line-height: 1.4;
          }

          body * {
            box-sizing: border-box;
          }


          .container {
              max-width: 840px;
              margin: 0 auto;
          }

          .container p {
              line-height: 1.4;
          }



          .numberCircle {
              border-radius: 50%;
              width: 45px;
              height: 45px;
              margin: 7px auto;
              padding: 0;
              background: #DE3F49;
              border: 2px solid #DE3F49;
              color: #fff;
              text-align: center;
              font: 24px 'Roboto Slab', sans-serif;
              padding-top: 4px;
          }

          .consejo {
              margin-top: 50px;
              margin-bottom: 30px;
          }

          img {
              width: 100%;
              height: auto;
          }

          .topPar {
              text-align: center;
              font-size: 20px;
              line-height: 22px;
              font-weight: 700;
              max-width: 345px;
              margin: 10px auto;
          }

          .topPar span,
          .botPar span {
              font-weight: 700;
          }

          .midImg {
              margin: 8px auto;
              text-align: center;
              max-width: 520px;
          }


          .botPar {
              text-align: left;
              font-size: 16px;
              max-width: 520px;
              margin: 10px auto;
          }