/* 15 pulgadas Retina Sm */
@media all and (min-width:1100px) and (max-width: 1700px) {
    body .container {
        max-width: 1170px !important;
        width: 1170px !important;
    }
    .mt-md-100{margin-top: 100px !important;}
    body .element1 {
        right: -10%;
    }
    .lead{font-size: 18px !important}
    body .w{min-height: 0px !important;}
    .LinesBox div.w a  {
        font-size: 14px !important;
    }
  .hh{height: 133px}

}

/*13 inch retina*/
@media (min-width: 799px) and (max-width: 1350px) {
  .hh{height: 133px}
}