.font-100 {
  font-weight: 100 !important;
}

.font-200 {
  font-weight: 200 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-900 {
  font-weight: 900 !important;
}

.font-normal {
  font-style: normal;
}

.font-italic {
  font-style: italic;
}

.font-oblique {
  font-style: oblique;
}

.font-initial {
  font-style: initial;
}

.font-unset {
  font-style: unset;
}

.font-inherit {
  font-style: inherit;
}

.font-size-1 {
  font-size: 1rem !important;
}

.font-size-2 {
  font-size: 2rem !important;
}

.font-size-3 {
  font-size: 3rem !important;
}

.font-size-4 {
  font-size: 4rem !important;
}

.font-size-5 {
  font-size: 5rem !important;
}

.font-size-6 {
  font-size: 6rem !important;
}

.font-size-7 {
  font-size: 7rem !important;
}

.font-size-8 {
  font-size: 8rem !important;
}

.font-size-9 {
  font-size: 9rem !important;
}

.font-size-10 {
  font-size: 10rem !important;
}

.color-primary {
  color: #0169ae !important;
}

.bg-primary {
  background: #0169ae !important;
}

.color-white {
  color: #FFFFFF !important;
}

.bg-white {
  background: #FFFFFF !important;
}

.color-black {
  color: #000000 !important;
}

.bg-black {
  background: #000000 !important;
}

.color-dark {
  color: #363636 !important;
}

.bg-dark {
  background: #363636 !important;
}

.color-gray {
  color: #f5f5f5 !important;
}

.bg-gray {
  background: #f5f5f5 !important;
}

html {
  font-size: 62.5%;
}

body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  color: #363636;
}

a {
  text-decoration: none !important;
  transition: all ease 0.7s;
  cursor: pointer;
}

a:not([class]) {
  color: currentColor;
}

a:not([class]):hover {
  color: #0169ae;
}

input:focus, button:focus, textarea:focus, select:focus {
  outline: none !important;
  box-shadow: none !important;
}

button {
  background: transparent;
  border: none;
  transition: all ease 0.7s;
}

::selection {
  color: #FFFFFF;
  background: #0169ae;
}

::-moz-selection {
  color: #FFFFFF;
  background: #0169ae;
}

.box-links {
  min-height: 20rem;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 2rem;
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box-links div {
  text-align: center;
  padding: 8rem 0;
}

.box-contact {
  border-radius: 0.5rem;
  background: linear-gradient(135deg, #0169ae 0%, #0b6c98 45%, #0a618a 45%, #0169ae 100%);
}

.btn, .btn-dark, .btn-menu-open, .btn-default, .btn-line-primary, .btn-line {
  font-size: 1.6rem;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0.7rem 2.8rem;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
}

.btn-line {
  border-color: #FFFFFF;
}

.btn-line:hover {
  color: #0169ae;
  background-color: #FFFFFF;
}

.btn-line-primary {
  color: #0169ae;
  border-color: #0169ae;
}

.btn-line-primary:hover {
  color: #FFFFFF;
  background-color: #0169ae;
}

.btn-default {
  color: #FFFFFF;
  background-color: #0169ae;
  border-color: transparent;
}

.btn-default:hover {
  background-color: #014a7b;
}

.btn-menu-open {
  color: #0169ae;
  border-color: transparent;
}

.btn-dark {
  font-size: 1.3rem;
  background-color: #363636;
}

.btn-dark:hover {
  background-color: #1d1d1d;
}

.btn-whatsapp {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: #25d366;
  border-radius: 5rem;
  font-size: 2.5rem;
  z-index: 1000;
}

.container-header, .container-info {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0.2rem 1rem 0.5rem rgba(0, 0, 0, 0.3);
  background-color: #0169ae;
  min-height: 150px;
}

.container-logo {
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 0.2rem 1rem 0.5rem rgba(0, 0, 0, 0.3);
  border-radius: 0 0 3rem 3rem;
  padding: 1rem;
}

.container-info {
  box-shadow: none;
}

.container-menu {
  width: 230px;
  height: 100%;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  right: -100%;
  overflow-y: auto;
  padding: 1.5rem;
  transition: all ease 0.7s;
  z-index: 100;
}

.bg-menu {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  transition: all ease 0.7s;
}

.form-lgpd input, .form-lgpd textarea, .form-lgpd select, .form-lgpd .select2 {
  display: block;
  width: 100%;
  padding: 1rem;
  font-size: 1.6rem;
  color: #363636;
  border: 0.1rem solid #dadada;
  border-radius: 0.5rem;
  outline: none;
  margin-bottom: 1.5rem;
}

.form-lgpd textarea {
  resize: none;
}

.form-contact label i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  color: #0169ae;
  border-bottom: 1px solid #0169ae;
}

.form-contact input, .form-contact textarea {
  font-size: 1.3rem;
  width: 100%;
  border: none;
  border-bottom: 1px solid #cfcfcf;
  height: 30px;
  margin-bottom: 1.5rem;
  padding: 0.2rem;
}

.form-contact textarea {
  resize: none;
  height: auto;
}

.form-contact div {
  display: flex;
  align-items: start;
}

.icon-links {
  font-size: 6rem;
  color: #0169ae;
}

.icon-socialMedia {
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  color: #0169ae;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin: 3px;
  border: 0.2rem solid #FFFFFF;
}

.icon-socialMedia:hover {
  background-color: transparent;
  color: #FFFFFF;
}

.img, .img-logo, .img-logo-footer {
  width: 100%;
  height: auto;
}

.img-logo, .img-logo-footer {
  max-width: 260px;
}

.img-logo-footer {
  filter: brightness(100);
}

.menu-header {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.menu-header li {
  flex: 1 auto;
  text-align: center;
}

.menu-header li a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #363636;
  text-transform: uppercase;
  padding: 0.3rem 1.3rem;
  border-radius: 3rem;
}

.menu-header li a:hover {
  color: #FFFFFF;
  background-color: #0169ae;
}

.menu-mobile {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-mobile li {
  border-bottom: 0.1rem solid #f5f5f5;
}

.menu-mobile li a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #363636;
  text-transform: uppercase;
  padding: 1rem;
  display: block;
}

.text-slogan {
  font-size: 2rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

.text-tag {
  font-size: 1.6rem;
  font-weight: 400;
  color: #363636;
  text-transform: uppercase;
  margin-bottom: 0;
}

.text-numbers {
  font-size: 3rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0;
}

@media screen and (min-width: 1240px) {
  .text-numbers {
    font-size: 4rem;
  }
}
.title-slogan {
  font-size: 4rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .title-slogan {
    font-size: 4.8rem;
  }
}
.title-default {
  font-size: 3rem;
  font-weight: 800;
  color: #363636;
  margin-bottom: 4rem;
}

.title-default span:not([class]) {
  border-bottom: 0.4rem solid currentColor;
}

.title-links {
  font-size: 2.4rem;
  font-weight: 500;
  color: #363636;
  margin: 2.4rem 0;
}

.title-links span {
  font-weight: 700;
  display: block;
} 

/*# sourceMappingURL=style.min.css.map */
