/* ========================================================================
 * ========================================================================
 * 
 *  Main CSS for Claro Pay - August, 2019
 *  All rights reserved.
 *
 * ======================================================================== 
 * ======================================================================== */


/* ========================================================================
 * Definition: Body basic elements;
 * ======================================================================== */
html{ width:100%; height:100%; padding:0; margin:0; }
body {
  margin: 0;
  width: 100%;
  height: 100%;

  cursor: default;
  
  color: #828282;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background-color: #f2f2f2;
}
.content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


h1 {
  margin: 15px 0 10px;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  font-family: Nunito, sans-serif;
}
h3 {
  margin: 15px 0 10px;
  color: #50626c;
  font-size: 13px;
  font-weight: 700;
  font-family: Roboto, sans-serif;
}
p { margin: 10px 0; }

.margin_null { margin: 0; }



/* ------ IMAGENES ------ */
 
.responsive {
  width: 50%;
  max-width: 100px;
  height: auto;
}

