/* ==========================================================================
  03. PRELOAD SPINNER
  =========================================================================== */
#loaderWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1030;
}
#loading {
  background-color: #fefdfc;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9;
  margin-top: 0;
  top: 0;
}
.cssload-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -40px;
  width: 50px;
  height: 50px;
  animation: cssload-invert 2.3s infinite steps(2, end);
  -o-animation: cssload-invert 2.3s infinite steps(2, end);
  -ms-animation: cssload-invert 2.3s infinite steps(2, end);
  -webkit-animation: cssload-invert 2.3s infinite steps(2, end);
  -moz-animation: cssload-invert 2.3s infinite steps(2, end);
}
.fancy-spinner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.fancy-spinner div {
  position: absolute;
  width: 6rem;
  height: 6rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.fancy-spinner div.ring {
  border-width: 0.25rem;
  border-style: solid;
  border-color: transparent;
  -webkit-animation: 2s fancy infinite alternate;
  animation: 2s fancy infinite alternate;
}
.fancy-spinner div.ring:nth-child(1) {
  border-left-color: #0f597e;
  border-right-color: #0f597e;
}
.fancy-spinner div.ring:nth-child(2) {
  border-top-color: #0f597e;
  border-bottom-color: #0f597e;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.fancy-spinner div.dot {
  width: 1rem;
  height: 1rem;
  background: #0f597e;
}
@-webkit-keyframes fancy {
  to {
    -webkit-transform: rotate(360deg) scale(0.5);
    transform: rotate(360deg) scale(0.5);
  }
}
@keyframes fancy {
  to {
    -webkit-transform: rotate(360deg) scale(0.5);
    transform: rotate(360deg) scale(0.5);
  }
}
/*HEADER*/
header {
  position: sticky;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  padding: 15px 0;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
header #logo img {
  height: 65px;
  object-fit: contain;
  -o-object-fit: contain;
}
header #menu ul {
  gap: 10px 2rem;
}
header #menu li:last-child {
  margin-right: 0;
}
header #menu li a {
  font-size: 0.875rem;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  color: #1689c0;
}
header #menu li a.active,
header #menu li a:hover {
  color: #0f597e;
}
/*END HEADER*/
/*FOOTER*/
footer {
  /*SETA TOPO*/
  /*END SETA TOPO*/
}
footer #network {
  background-color: #f2f2f2;
  padding: 2rem 0;
}
footer #network ul {
  gap: 10px 2rem;
}
footer #network ul li a {
  line-height: 1;
  display: block;
}
footer #network ul li a img {
  height: 25px;
  width: 25px;
}
footer #network ul li a:hover {
  opacity: 0.75;
}
@keyframes shake-animation {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
footer #whatsFooter {
  -webkit-animation: shake-animation 4.72s ease infinite;
  -o-animation: shake-animation 4.72s ease infinite;
  animation: shake-animation 4.72s ease infinite;
  position: fixed;
  bottom: 0;
  background: #00ce65;
  left: 15px;
  cursor: pointer;
  padding: 8px 15px;
  z-index: 9;
  color: #fff;
  font-size: 14px;
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  letter-spacing: 1px;
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
footer #whatsFooter:hover {
  opacity: 0.8;
}
footer #whatsFooter a {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}
footer #whatsFooter figure {
  line-height: 1;
}
footer #whatsFooter figure img {
  height: 18px;
  filter: brightness(0) invert(1);
}
footer #whatsFooter span {
  margin-left: 10px;
}
footer .info-footer a {
  max-width: max-content;
}
footer #contentFooter {
  color: #fff;
}
footer #contentFooter a {
  font-size: 1rem;
}
footer #contentFooter a:hover {
  color: #0f597e;
}
footer #contentFooter .item-unit h2 {
  letter-spacing: 3.5px;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
footer #contentFooter .item-unit h2::after {
  content: "";
  border-bottom: 2px solid #bca480;
  display: block;
  width: 45px;
  margin: 15px 0 0;
}
footer #contentFooter .item-unit h3 {
  font-size: 1rem;
  font-weight: 600;
}
footer #contentFooter .item-unit p {
  margin: 0;
}
footer #contentFooter .item-unit .content-unit {
  margin-bottom: 1rem;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 1rem;
}
footer #contentFooter .item-unit .content-unit:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
footer #contentFooter .item-unit .content-unit a {
  display: block;
  width: max-content;
  margin-bottom: 5px;
}
footer #contentFooter .item-unit .content-unit a.maps {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
footer #devCopyright {
  padding-top: 20px;
}
footer #devCopyright p {
  color: #fff;
}
footer #devCopyright a {
  text-decoration: underline;
}
footer #devCopyright a:hover {
  color: #0f597e;
}
footer #arrowUp {
  position: fixed;
  right: 5px;
  bottom: 0;
  cursor: pointer;
  font-size: 12px;
  z-index: 9;
  display: none;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  background-color: rgba(15, 89, 126, 0.6);
  padding: 5px 10px;
}
footer #arrowUp:hover {
  background-color: #0f597e;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
footer #arrowUp img {
  height: 20px;
  filter: brightness(0) invert(1) drop-shadow(0px 1px 1px #000000);
}
/*END FOOTER*/
/* --- Transitions --- */
.transition-all {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.transition-color {
  transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
}
.transition-background {
  transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
}
.transition-opacity {
  transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
}
/* --- End Transitions --- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
body,
html {
  max-width: 100%;
}
a,
a:hover,
a:focus {
  color: inherit;
  outline: none;
  text-decoration: inherit;
}
a {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
figure {
  margin: 0;
}
body {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
html {
  scroll-behavior: smooth;
}
ul {
  margin: 0 auto;
  padding: 0;
}
ul li {
  list-style: none;
}
p {
  font-size: 0.875rem;
  line-height: 1.8;
}
.jumbotron {
  padding: 2rem 0;
  margin: 0;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
  font-weight: bold;
  line-height: 1.5;
}
h2 {
  font-size: 32pt;
}
.padding-block {
  padding: 4rem 0;
}
.color-default {
  color: #0f597e;
}
.color-secondary {
  color: #1689c0;
}
.bg-default {
  background: #0f597e;
}
.background-secondary {
  background: #1689c0;
}
.text-color {
  color: #3b3e43;
}
.overflow-hidden {
  overflow: hidden;
}
.btn-default {
  font-size: 1.25rem;
  line-height: 1.1;
  cursor: pointer;
  padding: 15px 50px;
  border: none;
  color: #fff;
  outline: none;
  font-weight: bold;
  letter-spacing: 0.2px;
  background: #0f597e;
  background-size: 0 0;
  background-position: 50% 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.btn-default:hover {
  background-size: 100% 100%;
  background-image: linear-gradient(#1689c0, #1689c0);
  background-repeat: no-repeat;
  color: #fff;
}
.button-secondary {
  font-size: 0.875rem;
  line-height: 1.1;
  cursor: pointer;
  padding: 12px 40px;
  border: none;
  color: #fff;
  outline: none;
  font-weight: bold;
  background: #1689c0;
  background-size: 0% 0%;
  background-position: 50% 50%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.button-secondary:hover {
  background-size: 100% 100%;
  background-image: linear-gradient(#0f597e, #0f597e);
  background-repeat: no-repeat;
  color: #fff;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 20px 0 0;
}
.owl-carousel.owl-theme .owl-dot span {
  width: 15px;
  height: 15px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0f597e;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  margin: 0;
  right: 0;
  width: 100%;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  left: 15px;
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  right: 15px;
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
  color: #fff;
  border: 2px solid #efefef;
  outline: none;
  font-size: 12px;
  line-height: 1;
  margin: 0;
  opacity: 0.8;
  padding: 10px 14px !important;
  position: absolute;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
  color: #000;
  background: #efefef;
  opacity: 1;
}
.bg-black {
  background: #000;
}
/*END STYLES GLOBAL*/
.effect-scale a img {
  object-fit: cover;
  -o-object-fit: cover;
}
.effect-scale a:hover img {
  -webkit-transform: rotate(3deg) scale(1.1);
  -moz-transform: rotate(3deg) scale(1.1);
  -ms-transform: rotate(3deg) scale(1.1);
  -o-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1);
}
.filter-white {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  /* Safari 6.0 - 9.0 */
}
.cc_message a {
  display: none;
}
.cc_banner-wrapper .cc_container .cc_btn,
.cc_banner-wrapper .cc_container .cc_btn:visited {
  background-color: #0f597e;
  color: #fff;
}
