@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  bottom: -0.25em;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

*, body {
  box-sizing: border-box !important;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  margin: 0;
  vertical-align: middle;
}

:root {
  --azul: #004b9b;
  --azul-oscuro: #002355;
  --y: #f0b400;
  --w: #ffffff;
  --gray: #696B6E;
}

@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/TitilliumWeb-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/TitilliumWeb-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
section {
  padding: 48px 0px;
}
@media screen and (max-width: 1200px) {
  section {
    padding: 40px 0px;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 32px 0px;
  }
}

.content {
  max-width: 1250px;
  margin: 0px auto;
  overflow: hidden;
  padding: 0px 120px;
}
@media screen and (max-width: 1200px) {
  .content {
    max-width: 100%;
    padding: 0px 64px;
  }
}
@media screen and (max-width: 767px) {
  .content {
    padding: 0px 40px;
  }
}
@media screen and (max-width: 630px) {
  .content {
    padding: 0px 24px;
  }
}
.content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--gray);
  text-align: justify;
  margin-bottom: 24px;
}
.content p:last-child {
  margin-bottom: 0px;
}
.content p strong {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .content p {
    font-size: 15px;
    line-height: 22px;
  }
}

header .content {
  background-color: var(--azul);
  padding: 24px 0px;
}
header h1 {
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: var(--w);
  text-align: center;
}

footer .content {
  text-align: center;
}/*# sourceMappingURL=style.css.map */