@font-face {
    font-family: 'Arimo';
    src: url('../fonts/Arimo-Regular.eot');
    src: url('../fonts/Arimo-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Arimo-Regular.woff2') format('woff2'),
        url('../fonts/Arimo-Regular.woff') format('woff'),
        url('../fonts/Arimo-Regular.ttf') format('truetype'),
        url('../fonts/Arimo-Regular.svg#Arimo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body, div, object, iframe, fieldset {
  border: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

header, footer, footer, nav, section, article, hgroup, figure {
  display: block;
}

legend {
  display: none;
}
html{ 
 /* overflow: hidden; */
}

body {
  color: #fff; 
  font-family: 'Arimo';
  font-size: 100%; 
}

h1 {
  font-size: 1em;
  font-weight: bold;
  line-height: auto;
  margin: 0;
}

h2 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: auto;
  margin: 0 0 0.25em;
}

h3 {
  font-size: 1em;
  font-weight: bold;
  line-height: auto;
  margin: 0 0 0.25em;
}

p {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0 0 1em;
}

a {
    color: #4d88e5;
    text-decoration: underline;
}
a:hover,a:focus,a:active,a:visited {
    color: #4d88e5;
}
a:hover {
  text-decoration: underline;
}
 
img{
  width: 100%;
  height: auto;
}
.content{
    height: 100vh;
    width: 100%; 
    position: relative;
}
.main{    
    float: none; 
    width: 100%;
    margin: auto;
    max-width: 360px;
    font-size: 36px;
    text-align: left; 
    padding: 1.5em 1em;
    color: #000000;
    position: relative;
}

.portada{
  text-align: center;
    float: none; 
    width: 100%;
    margin: auto;

    font-size: 36px; 
    padding: 1em;
    color: #000000;
    position: relative;
  
}
h1{
  font-size: 82px;
  text-decoration: underline;
  margin-bottom: 20px;
}
h2{
  font-size: 32px;
  margin-bottom: 40px;
}

.definicion{
  color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  font-weight: 600;
  padding: 10px;
}
