
/*  MONITOR Extra grande */
@media (min-width: 1700px) and (max-width: 3200px) {

  header.masthead {
    padding-top: 18rem;
    padding-bottom: 19rem;
  }
  header.masthead .masthead-top {
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }  
  header.masthead .masthead-heading {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-top: 1.7rem;
    margin-bottom: 2rem;
  }  
  header.masthead .masthead-subheading {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }
  section {
    padding: 8rem 0;
  }

  .contactHeight{
    padding: 20rem;
  }

  .img-w{
    width: 50% !important;
  }

  .fm-1{
    margin-top: 20px !important;
    font-size: 130% !important;
  }

}

/*   MONITOR regular cliente */
@media (min-width: 1200px) and (max-width: 1699px) {
  
  header.masthead {
    padding-top: 10rem;
    padding-bottom: 12rem;
  }
  header.masthead .masthead-top {
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
  }  
  header.masthead .masthead-heading {
    font-size: 3.90rem;
    font-weight: 700;
    line-height: 2.0rem;
    margin-top: 1.7rem;
    margin-bottom: 1.5rem;
  }  
  header.masthead .masthead-subheading {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
  }
  section {
    padding: 3rem 0;
  }

  .contactHeight{
    padding: 15rem 0rem 15rem 0rem;
  }

  .img-w{
    width: 50% !important;
  }

  .fm-1{
    margin-top: 10px !important;
    font-size: 110% !important;
  }  

}

/* MONITOR tamaño IPAD */
@media (min-width: 700px) and (max-width:1199px) {

  header.masthead {
    padding-top: 13.5rem;
    padding-bottom: 12rem;
  }
  header.masthead .masthead-top {
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }  
  header.masthead .masthead-heading {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 2rem;
    margin-top: 1.7rem;
    margin-bottom: 2rem;
  }  
  header.masthead .masthead-subheading {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.2rem;
    margin-bottom: 2rem;
  }
  section {
    padding: 6rem 0;
  }

  .contactHeight{
    padding: 6rem 0 6rem 0
  }

  .img-w{
    width: 55% !important;
  }

  .fm-1{
    margin-top: 5px !important;
    font-size: 100% !important;
  }

}

/*  MONITOR tamaño CELULAR" */
@media (min-width: 200px) and (max-width: 699px) {

  header.masthead {
    padding-top: 7rem;
    padding-bottom: 15rem;
  }
  header.masthead .masthead-top {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.0rem;
    margin-bottom: 1rem;
  }  
  header.masthead .masthead-heading {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    padding: 0 1rem 0 1rem;
  }  
  header.masthead .masthead-subheading {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    padding: 0 1rem 0 1rem !important;
  }
  section {
    padding: 2rem 0;
  }

  .contactHeight{
    padding: 9rem 0 11rem 0
  }  

  .img-w{
    width: 90% !important;
  }

  .fm-1{
    margin-top: 25px !important;
    font-size: 110% !important;
  }

}

/* MONITOR tamano FIRE */
@media (min-width: 600px) and (max-width:1024px) {

  header.masthead {
    padding-top: 12.5rem;
    padding-bottom: 12rem;
  }
  header.masthead .masthead-top {
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }  
  header.masthead .masthead-heading {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 3.5rem;
    margin-top: 1.9rem;
    margin-bottom: 2rem;
  }  
  header.masthead .masthead-subheading {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin-bottom: 2rem;
  }
  section {
    padding: 6rem 0;
  }

  .contactHeight{
    padding: 6rem 0 6rem 0
  }

  .img-w{
    width: 55% !important;
  }

  .fm-1{
    margin-top: 5px !important;
    font-size: 90% !important;
  }
  
}


/*  MONITOR minimo */
@media (min-width: 1px) and (max-width:199px) {

  header.masthead {
    padding-top: 9rem;
    padding-bottom: 12rem;
  }
  header.masthead .masthead-top {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }  
  header.masthead .masthead-heading {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-bottom: 2rem;
  }  
  header.masthead .masthead-subheading {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5rem;
    margin-bottom: 2rem;
  }
  section {
    padding: 2rem 0;
  }
  .contactHeight{
    padding: 9rem 0 11rem 0
  }  

  .img-w{
    width: 60% !important;
  }

}