@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.open-Sans {
  font-family: "Open Sans", serif;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
  font-family: "Open Sans", serif;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.modal-container {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.skeleton {
  padding: 10px;
  background: linear-gradient(90deg, #d7d7d7 25%, #f3f3f3 50%, #d7d7d7 75%);
  background-size: 200% 100%;
  animation: loading 3s infinite linear;
}

@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.w-80 {
  width: 80%;
}

.mt-20 {
  margin-top: 30px;
}

.w-170 {
  width: 170px;
}

.ms-7 {
  margin-left: 7px;
}

.dis-none {
  display: none;
}

.fw-600 {
  font-weight: 600;
}

.list-none {
  list-style: none;
}

@media (min-width: 1400px) {
  .ms-xxl-306 {
    margin-left: 218px;
  }
}

header {
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  header .container-details {
    margin-left: 200px;
  }
}
@media (min-width: 1200px) {
  header .container-details {
    margin-left: 200px;
  }
}
header #container-mobile button {
  background: none;
  border: none;
  padding: 9px 10px;
  border-radius: 8px;
}
header #container-ul-header li {
  list-style: none;
}
header #container-ul-header li .active {
  background: #014896;
  padding: 8px 14px;
  border-radius: 5px;
  color: #fff;
}
header #container-ul-header li a {
  color: #014896;
  font-weight: 600;
  text-decoration: none;
}
header #container-social-header {
  position: relative;
}
header #container-social-header li {
  list-style: none;
}

#list {
  width: 100%;
}

.blue {
  background: #014896;
}

.yellow {
  background: #fdd700;
  height: 8px;
}

.green {
  background: green;
  height: 8px;
}

#container-bio {
  padding: 30px;
  font-weight: normal;
  font-size: 1.26em;
  background: #014896;
}
@media (min-width: 992px) {
  #container-bio {
    padding: 100px;
  }
}
#container-bio .btn-show-bio {
  background: #fff;
  padding: 10px;
  width: 100%;
  display: block;
  color: #014896;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
}

#container-news {
  padding: 30px;
}
@media (min-width: 1200px) {
  #container-news {
    padding: 100px;
  }
}
#container-news .card-news img {
  border-radius: 10px;
  height: auto;
}
#container-news .card-news .title-card-news {
  font-weight: 600;
  margin-top: 10px;
  font-size: 18px;
}
#container-news .card-news .date-time {
  font-size: 0.75em;
}
#container-news .card-news .description-card-news {
  font-weight: normal;
  height: 100px;
  overflow: hidden;
}
#container-news .card-news .link-read-more {
  text-decoration: none;
  color: #014896;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
#container-news .btn-news-all {
  background: #014896;
  padding: 12px 50px;
  border-radius: 10px;
  color: #fff;
  border: none;
}

#container-contact {
  background: #fafafa;
  padding: 10px;
}
@media (min-width: 992px) {
  #container-contact {
    padding: 100px;
  }
}
#container-contact #card-contact {
  padding: 60px 10px;
  border-radius: 10px;
  background: #014896;
}
@media (min-width: 768px) {
  #container-contact #card-contact {
    padding: 60px 50px;
  }
}
@media (min-width: 992px) {
  #container-contact #card-contact {
    padding: 60px 100px;
  }
}
#container-contact #card-contact #container-imagem-card-contact img {
  width: 300px;
}
@media (min-width: 992px) {
  #container-contact #card-contact #container-imagem-card-contact img {
    width: auto;
  }
}
#container-contact #btn-contact {
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 15px 40px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
#container-contact #btn-contact img {
  margin-left: 20px;
}

#container-camera {
  width: 100%;
  height: 160px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #container-camera {
    height: 300px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  #container-camera {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  #container-camera {
    height: 606px;
    margin-top: 0;
  }
}
#container-camera .details {
  background: #014896;
  padding: 10px 80px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  width: 100%;
}
@media (min-width: 768px) {
  #container-camera .details {
    width: auto;
  }
}
@media (min-width: 992px) {
  #container-camera .details {
    padding: 13px 80px;
  }
}
#container-camera .title {
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 768px) {
  #container-camera .title {
    font-size: 2.5em;
  }
}
@media (min-width: 992px) {
  #container-camera .title {
    font-size: 4em;
  }
}
#container-camera .sub-container {
  width: auto;
}
@media (min-width: 992px) {
  #container-camera .sub-container {
    width: 500px;
  }
}

#container-social {
  margin-top: 60px;
}
@media (min-width: 992px) {
  #container-social {
    padding: 100px;
    margin-top: auto;
  }
}
#container-social .title-social {
  padding: 0 20px;
  font-size: 2em;
  font-weight: 700;
}
@media (min-width: 992px) {
  #container-social .title-social {
    font-weight: 600;
  }
}
#container-social ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  gap: 40px;
  flex-wrap: wrap;
  padding-right: 39px;
}
@media (min-width: 992px) {
  #container-social ul {
    padding-right: none;
  }
}
#container-social ul li {
  display: inline-block;
  list-style: none;
}
#container-social ul li a img {
  width: 90px;
}
@media (min-width: 992px) {
  #container-social ul li a img {
    width: 122px;
  }
}

#container-news-page {
  padding: 30px 30px 30px 10px;
}
@media (min-width: 768px) {
  #container-news-page {
    padding: 30px 10px 30px 10px;
  }
}
@media (min-width: 992px) {
  #container-news-page {
    padding: 60px;
  }
}
@media (min-width: 1200px) {
  #container-news-page {
    padding: 90px 100px;
  }
}
#container-news-page .card-news {
  width: 100%;
}
@media (min-width: 768px) {
  #container-news-page .card-news {
    width: 353px;
  }
}
@media (min-width: 992px) {
  #container-news-page .card-news {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  #container-news-page .card-news {
    width: 380px;
  }
}
@media (min-width: 1400px) {
  #container-news-page .card-news {
    width: 356px;
  }
}
#container-news-page .card-news img {
  border-radius: 10px;
  width: 380px;
  -o-object-fit: fill;
     object-fit: fill;
  height: 285px;
}
@media (min-width: 992px) {
  #container-news-page .card-news img {
    height: 240px;
  }
}
@media (min-width: 768px) {
  #container-news-page .card-news img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #container-news-page .card-news img {
    height: 308.75px;
  }
}
@media (min-width: 1400px) {
  #container-news-page .card-news img {
    height: 308.75px;
  }
}
#container-news-page .card-news .title-card-news {
  font-weight: 600;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #container-news-page .card-news .title-card-news {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
#container-news-page .card-news .date-time {
  font-size: 0.75em;
}
#container-news-page .card-news .description-card-news {
  font-weight: normal;
  height: 100px;
  overflow: hidden;
}
#container-news-page .card-news .link-read-more {
  text-decoration: none;
  color: #014896;
  font-weight: 600;
  display: block;
  margin-top: 1px;
}
@media (min-width: 768px) {
  #container-news-page .gg-0 {
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  #container-news-page .gg-0 {
    gap: 13px;
  }
}
#container-news-page .btn-all-news {
  text-decoration: none;
  color: #014896;
  padding: 10px 60px;
  font-weight: 700;
  border-radius: 10px;
  border: 2px solid #014896;
}

footer {
  background: #014896;
}
footer #container-footer {
  padding: 30px;
}
@media (min-width: 992px) {
  footer #container-footer {
    padding: 100px 100px 30px 100px;
  }
}
footer #container-footer .title-address {
  font-weight: 600;
}
footer #container-footer #footer_one {
  border-bottom: 2px solid #fff;
  padding-bottom: 30px;
}
footer #container-footer #footer_one ul {
  margin-top: 15px;
}
footer #container-footer #footer_one ul li {
  display: inline-block;
  list-style: none;
}
footer #container-footer #footer_two {
  margin-top: 20px;
}

#container-contact-page {
  background: #fff;
  padding: 37px;
}
@media (min-width: 992px) {
  #container-contact-page {
    padding: 30px 79px;
  }
}
@media (min-width: 1200px) {
  #container-contact-page {
    padding: 30px 166px;
  }
}
@media (min-width: 1400px) {
  #container-contact-page {
    padding: 30px 175px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1856px) and (min-width: 1537px) {
  #container-contact-page {
    padding: 30px 254px;
  }
}
@media (min-width: 1400px) {
  #container-contact-page .container-custom {
    width: 100%;
  }
}
@media (min-width: 1862px) {
  #container-contact-page .container-custom {
    max-width: 1322px;
  }
}
#container-contact-page .input-custom {
  border: 1px solid #a8a29e;
}
#container-contact-page .btn-form-contact {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  background: #014896;
  border: none;
  color: #fff;
}
@media (min-width: 1200px) {
  #container-contact-page .btn-form-contact {
    width: 200px;
  }
}

@media (min-width: 1400px) {
  #container-view-news-page {
    padding: 100px 58px;
  }
}
#container-view-news-page #container-show-news {
  padding: 48px 30px;
}
@media (min-width: 768px) {
  #container-view-news-page #container-show-news {
    padding: 48px 40px;
  }
}
@media (min-width: 992px) {
  #container-view-news-page #container-show-news {
    padding: 48px 80px;
  }
}
@media (min-width: 1400px) {
  #container-view-news-page #container-show-news {
    padding: 0 144px;
  }
}
@media (min-width: 2560px) {
  #container-view-news-page #container-show-news {
    padding: 0 410px;
  }
}
#container-view-news-page #container-show-news #title-news {
  font-size: 3em;
  font-weight: 700;
}
#container-view-news-page .title-card-news {
  font-weight: 600;
  margin-top: 10px;
}
#container-view-news-page .link-read-more {
  text-decoration: none;
  color: #014896;
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
#container-view-news-page .date-time {
  font-size: 0.75em;
}
#container-view-news-page .description-card-news {
  font-weight: normal;
  height: 100px;
  overflow: hidden;
}

.card-news {
  width: 100%;
}
@media (min-width: 768px) {
  .card-news {
    width: 322px;
  }
}
@media (min-width: 992px) {
  .card-news {
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .card-news {
    width: 380px;
  }
}
@media (min-width: 1400px) {
  .card-news {
    width: 360px;
  }
}
.card-news img {
  border-radius: 10px;
  width: 380px;
  -o-object-fit: fill;
     object-fit: fill;
  height: 285px;
}
@media (min-width: 992px) {
  .card-news img {
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .card-news img {
    height: 308.75px;
  }
}
@media (min-width: 1400px) {
  .card-news img {
    height: 308.75px;
  }
}
.card-news .title-card-news {
  font-weight: 600;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .card-news .title-card-news {
    overflow: hidden;
  }
}
.card-news .date-time {
  font-size: 0.75em;
}
.card-news .description-card-news {
  font-weight: normal;
  height: 100px;
  overflow: hidden;
  font-size: 14px;
}
.card-news .link-read-more {
  text-decoration: none;
  color: #014896;
  font-weight: 600;
  display: block;
  margin-top: 1px;
}

@media (min-width: 768px) {
  .gg-0 {
    gap: 16px;
  }
}
@media (min-width: 1200px) {
  .gg-0 {
    gap: 19px;
  }
}

#container-bio-page {
  padding: 10px;
}
@media (min-width: 992px) {
  #container-bio-page {
    padding: 40px 80px;
  }
}
@media (min-width: 1400px) {
  #container-bio-page {
    padding: 100px;
  }
}
#container-bio-page .title {
  font-weight: 600;
}

@media (min-width: 1200px) {
  #container-policy-page {
    padding: 100px;
  }
}/*# sourceMappingURL=style.css.map */