@media only screen and (max-width:1200px) {
  body.front div.field.field-name-body p {
    font-size: 2.5em;
  }
  body.front div.field.field-name-body p strong:first-child {
    font-size: 2em;
  }
  body.front div.field.field-name-body p.consultor {
    font-size: 2em;
    font-weight: 300;
  }
}
@media only screen and (max-width:800px) {
  body.front div.field.field-name-body {
    margin: 80px 0 0 0;
    text-align: center;
  }
  body.front div.field.field-name-body h2 {
    font-size: 5em;
  }
  body.front div.field.field-name-body p {
    font-size: 1.5em;
  }
  body.front div.field.field-name-body p strong:first-child {
    font-size: 2em;
  }
  body.front div.field.field-name-body p.consultor {
    font-size: 2em;
    font-weight: 300;
  }
  body #footer * {
    position: relative !important;
    margin: 0;
    padding: 0;
  }
  body #footer .region-footer {
    margin: 50px 0 0 0 !important;
    position: relative;
    height: auto;
    padding-bottom: 40px;
  }
  #block-system-main-menu {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    display: block;
    text-align: center;
  }
  #block-system-main-menu ul {
    width: 100%;
    text-align: center;
  }
  #block-system-main-menu ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #333;
  }
  #footer.clearfix
  a#logo {
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 0;
    text-align: center;
    position: relative !important;
    left: 0;
  }
  div.region.region-header section#block-block-3 {
    position: relative;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  div#edit-actions {
    text-align: center;
    padding: 20px 0;
    margin: 0;
  }
  div#edit-actions input#edit-submit {
    background: #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0;
  }
  form#webform-client-form-15   div.webform-component label {
    width: 100%;
    padding: 10px 0;
    float: none;
    display: block;
    margin: 0;
  }
  form#webform-client-form-15   div.webform-component input,
  form#webform-client-form-15   div.webform-component textarea {
    width: 90%;
    clear: both;
  }
  .view-proyectos div.views-row {
    width: 33%;
  }
}
@media only screen and (max-width:700px) {
  body.front div.field.field-name-body h2 {
    font-size: 2.5em;
  }
  body.front div.field.field-name-body p {
    font-size: 1.4em;
  }
  body.front div.field.field-name-body p strong:first-child {
    font-size: 1em;
  }
  body.front div.field.field-name-body p.consultor {
    font-size: 1em;
    font-weight: 300;
  }
  .view-proyectos div.views-row {
    width: 90%;
    height: auto;
  }
}
@media only screen and (max-width:500px) {
  body.front div.field.field-name-body h2 {
    font-size: 2.5em;
  }
  #main h1#page-title {
  font-size: 3em;
}
  
}