/* poppins-200 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('poppins/poppins-v19-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('poppins/poppins-v19-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('poppins/poppins-v19-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('poppins/poppins-v19-latin-200.woff') format('woff'), /* Modern Browsers */
       url('poppins/poppins-v19-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('poppins/poppins-v19-latin-200.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('poppins/poppins-v19-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('poppins/poppins-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('poppins/poppins-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('poppins/poppins-v19-latin-300.woff') format('woff'), /* Modern Browsers */
       url('poppins/poppins-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('poppins/poppins-v19-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('poppins/poppins-v19-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('poppins/poppins-v19-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('poppins/poppins-v19-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('poppins/poppins-v19-latin-500.woff') format('woff'), /* Modern Browsers */
       url('poppins/poppins-v19-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('poppins/poppins-v19-latin-500.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('poppins/poppins-v19-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('poppins/poppins-v19-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('poppins/poppins-v19-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('poppins/poppins-v19-latin-600.woff') format('woff'), /* Modern Browsers */
       url('poppins/poppins-v19-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('poppins/poppins-v19-latin-600.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('poppins/poppins-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('poppins/poppins-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('poppins/poppins-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('poppins/poppins-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('poppins/poppins-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('poppins/poppins-v19-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-800 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('poppins/poppins-v19-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('poppins/poppins-v19-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('poppins/poppins-v19-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('poppins/poppins-v19-latin-800.woff') format('woff'), /* Modern Browsers */
       url('poppins/poppins-v19-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('poppins/poppins-v19-latin-800.svg#Poppins') format('svg'); /* Legacy iOS */
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
}
a {
  outline: 0;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline;
}

/* Reset */


html {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  background-color: white;
}

b {
  font-weight: 500;
}

b > a {
  font-weight: 500;
  text-decoration: none !important;
}

p {
  font-size: 1em;
}

@media (max-width: 1200px) {
  html { 
    font-size: 13px; 
  }
  p, li {
    font-size: 1.1em;
  }
}
@media (max-width: 1100px) {
  html { font-size: 12px; }
  p, li {
    font-size: 1.15em;
  }
}
@media (max-width: 1000px) {
  html { font-size: 12px; }
  p, li {
    font-size: 1.2em;
  }
}
@media (max-width: 900px) {
  html { font-size: 11px; }
  p, li {
    font-size: 1.25em;
  }
}

.body,
.standard {
  background-color: white;
  padding-top: 2em;
}

.center {
  text-align: center;
}

h1, h2 {
  color: #f60;
  background: -webkit-linear-gradient(#f60, #a31a83);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h3, h4, h5, h6 {
  margin: 1em 0 .25em 0;
}

h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1.1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
}

p {
  margin: 0.75em 0;
  line-height: 2em;

}
article li {
  margin: 0.75em 0;
  line-height: 1.5em;

}
article li:before {
  color: #212121;
}

footer {
  font-size: 1rem;
  background-color: black;
  color: white;
  text-align: center;
}

footer .grid-2 {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

footer a {
  color: white;
  text-decoration: underline;
}

footer a:hover {
  text-decoration: none;
  font-weight: 600;
}

.grid-container {
  max-width: 1180px;
  margin: 0 auto;
}

.white {
  color: white !important;
}
.black {
  color: black !important;
}

img {
  max-width: 100%;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  padding: 2em 0 0 0;
}

.grid-3 .grid-col-content {
  position: relative;
  max-width: 100%;
}

.grid-3 .grid-col-content > span {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.25s linear;
}

.grid-3 article {
  background: rgba(201, 201, 201, 0.25);
  padding: 2em;
  border-radius: 10px;
}

@media (max-width: 1100px) {
  .grid-3 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding: 1.5em;
  }
  .grid-3 .grid-col-content > span {
    height: 240px;
    transition: height 0.25s linear;
  }
}

@media (max-width: 1000px) {
  .grid-3 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding: 1.5em;
  }
  .grid-3 .grid-col-content > span {
    height: 220px;
    transition: height 0.25s linear;
  }
}

@media (max-width: 880px) {
  .grid-3 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding: 1em;
  }
  .grid-3 .grid-col-content > span {
    height: 200px;
    transition: height 0.25s linear;
  }
}

@media (max-width: 768px) {
  .grid-3 .grid-col-content > span {
    height: 170px;
    transition: height 0.25s linear;
  }
}

@media (max-width: 700px) {
  .grid-3 .grid-col-content > span {
    height: 150px;
    transition: height 0.25s linear;
  }
}

.grid-3 .grid-col-content.oca-logo > span img {
  width: 65%;
}

.grid-3 .grid-col-content.aes70-monitor > span img {
  width: 70%;
}

.grid-container {
  padding: 1em 0 0 0;
}

.entro {
  margin-top: 2em;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background: rgba(201, 201, 201, 0.25);
  padding: 0em;
  border-radius: 10px;
}

.grid-2 > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-2 > div div {
  padding: 2em;
}

.grid-2 li {
  list-style-position: inside;
  list-style-type: decimal;
  
}
.grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.grid-1 article {
}

.grid-1 .grid-col-content {
  position: relative;
  max-width: 100%;
}
