@font-face {
  font-family: 'Basica';
  src: url(fonts/Basica-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Basica';
  src: url(fonts/Basica-Bold.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Basica';
  src: url(fonts/Basica-Italic.woff2) format("woff2");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Basica';
  src: url(fonts/Basica-BoldItalic.woff2) format("woff2");
  font-weight: bold;
  font-style: italic;
}


html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  transform: translate3d(0,0,0);
}

body {
  background-color: #a0c0e0;
  background-color: #0c2461;
  margin: 12px 0px;
  font-family: 'Basica', sans-serif;
  color: #000000;
  font-size: 15pt;
}

h1 {
  color: #1e3799;
  font-size: 150%;
  margin-top: 0;
}
a {
  color: #402080;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  color: #802080
}
a:active {
  color: #802080
}
a:hover {
  color: #e01020
}
.titulo {
  position: relative;
  background-color: #4a69bd; 
  width: 88%;
  height: 120px;
  line-height: 90px;
  color: #FFC751; 
  margin: auto 6%;
  font-size: 250%;
  text-align: center; 
  padding: 10px;
  font-weight: bold;
  border-radius: 5px;
}
#logo_imate {
  position: absolute;
  height: 100px;
  right: 10px;
  border-radius: 5px;
}
.container {
  text-align: justify; 
  background-color: #ddeeff; 
  font-style: normal; 
  width: 88%; 
  
  color: #0a3d62; 
  margin: 0 6%;
  padding: 0 2%;

  border-radius: 5px;
}
.bloque {
  display: flex;
  align-items: flex-start;
  padding: 1.5em 0; 
  border-top: 2px solid rgba(0,0,0,0.2);
}
.preview {
  display: block;
  width: 35%;
  margin-right: 5%;
}
.preview img {
  width: 100%;
}
.desc {
  width: 60%;
}
.download {
  background-image: url('zip_icon.svg');
  background-size: cover;
  display: block;
  width: 45px;
  height: 45px;
  position: relative;
  float: right;
}
.area {
  font-size: 200%;
  text-align: center;
  padding: 0.5em;
  cursor: pointer;
}
.oculto {
  display: none;
}