/*
 * Mixin
 */
/*
 * Set UP
 */
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden;
  height: 100vh;
}

*::-moz-selection {
  background: #233e7a;
  color: #fff;
}

*::selection {
  background: #233e7a;
  color: #fff;
}

*::-moz-selection {
  background: #233e7a;
  color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background: #dddddd;
  border: none;
}

body,
p,
a,
input,
textarea,
button {
  font-family: "Montserrat", sans-serif;
  color: black;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  transition: all 0.2s ease 0s;
}
a:hover, a:focus {
  color: #233e7a;
  text-decoration: none;
}

/*
 * Sticky Footer
 */
#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#layout-content {
  flex: 1;
}

/*
 * Footer
 */
.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.footer .logo-bp {
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer .logo-bp img {
  width: 100%;
  max-width: 200px;
}
.footer .footer-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 15px;
}
.footer .footer-info a {
  color: #233e7a;
  text-decoration: none;
  margin: 0;
  margin-right: 10px;
}
.footer .footer-info a:hover {
  color: white;
}
.footer .footer-info a span {
  margin-right: 2px;
}
.footer .footer-info-icons {
  margin-left: 10px;
}
.footer .footer-info-icons a {
  color: #233e7a;
}
.footer .footer-info-icons a:hover {
  color: white;
}
.footer .logos-iso {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer .logos-iso img {
  width: 100%;
  max-width: 600px;
}
.footer .logos-cnbs {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer .logos-cnbs img {
  width: auto;
  height: 100px;
}
.footer .site-map-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer .site-map-container span {
  font-size: 35px;
}
.footer .site-map-container span,
.footer .site-map-container a {
  color: #233e7a;
  text-decoration: none;
}/*# sourceMappingURL=styles.css.map */