*,
:after,
:before {
  box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 700;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input {
  overflow: visible;
}
button {
  cursor: pointer;
  border: 0;
  outline: none;
  background: none;
}
button,
select {
  text-transform: none;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: none;
  appearance: none;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(116rem + var(--padding) * 2);
  padding-left: var(--padding);
  padding-right: var(--padding);
}
@media only screen and (max-width: 1025px) {
  .container {
    padding-left: var(--padding-fluid);
    padding-right: var(--padding-fluid);
  }
}
.row {
  display: flex;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: calc(var(--padding) * -1);
  margin-right: calc(var(--padding) * -1);
  min-width: 100%;
}
[class*="col-"] {
  padding-left: var(--padding);
  padding-right: var(--padding);
  width: 100%;
}
.col-2 {
  max-width: 16.66666667%;
}
.col-3 {
  max-width: 25%;
}
.col-6 {
  max-width: 50%;
}
.col-8 {
  max-width: 66.66666667%;
}
.col-9 {
  max-width: 75%;
}
.col-12 {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .col-md-1 {
    max-width: 8.33333333%;
  }
  .col-md-5 {
    max-width: 41.66666667%;
  }
  .col-md-6 {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1025.1px) {
  .col-lg-1 {
    max-width: 8.33333333%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-2 {
    max-width: 16.66666667%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-3 {
    max-width: 25%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    max-width: 50%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    max-width: 66.66666667%;
  }
  .col-lg-12 {
    max-width: 100%;
  }
}
.white-1 {
  color: #fff;
}
.bg-white-2 {
  background-color: #f9f9f9;
}
.bg-roxo {
  background-color: #4DA1C4;
}
.orange-1 {
  color: #397FB9;
}
:root {
  --white-1: #fff;
  --white-2: #f9f9f9;
  --gray-1: #eee;
  --gray-2: #dbd1d1;
  --gray-3: #707070;
  --black-1: #000;
  --blue-1: #4DA1C4;
  --blue-2: #397FB9;
  --orange-1: #397FB9;
}
.yes-mobile {
  display: none !important;
}
@media only screen and (max-width: 1025px) {
  .yes-mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 1025px) {
  .no-mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 767.98px) {
  .yes-phone {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .no-phone {
    display: none !important;
  }
}
@media only screen and (min-width: 1025.1px) {
  .no-desktop {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .no-big-screen {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .yes-big-screen {
    display: block !important;
  }
}
.hide {
  display: inline-block;
  position: absolute;
  top: auto;
  right: auto;
  bottom: auto;
  left: -100vw;
  text-indent: -99999px;
}
.container-img {
  overflow: hidden;
  display: flex;
}
.container-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
@media only screen and (min-width: 768px) {
  .fs-md-12 {
    font-size: 1.2rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
}
@media only screen and (max-width: 1025px) {
  .fs-mobile-12 {
    font-size: 1.2rem !important;
  }
}
@media only screen and (max-width: 1025px) {
  .fs-mobile-12,
  .fs-mobile-15 {
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 400;
  }
  .fs-mobile-15 {
    font-size: 1.5rem !important;
  }
}
@media only screen and (min-width: 1025.1px) {
  .fs-lg-16 {
    font-size: 1.6rem !important;
    line-height: 1.75em;
    letter-spacing: 0;
    font-weight: 400;
  }
}
@media only screen and (max-width: 1025px) {
  .fs-mobile-16 {
    font-size: 1.6rem !important;
  }
}
@media only screen and (max-width: 1025px) {
  .fs-mobile-16,
  .fs-mobile-18 {
    line-height: 1.75em;
    letter-spacing: 0;
    font-weight: 400;
  }
  .fs-mobile-18 {
    font-size: 1.8rem !important;
  }
}
@media only screen and (max-width: 1025px) {
  .fs-mobile-32 {
    font-size: 3.2rem !important;
    line-height: 1.2em;
    letter-spacing: 0;
    font-weight: 700;
  }
}
.d-block {
  display: block;
}
.d-none {
  display: none !important;
}
.flex-column {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 1025.1px) {
  .d-lg-block {
    display: block;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive:before {
  display: block;
  content: "";
}
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
@media only screen and (min-width: 1025.1px) {
  .align-content-lg-center {
    align-content: center;
  }
  .align-content-lg-end {
    align-content: flex-end;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .align-items-lg-end {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1025.1px) {
  .mt--30 {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mt--30 {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .mt--30 {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 1025.1px) {
  .pt--30 {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pt--30 {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .pt--30 {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 1025.1px) {
  .pb--30 {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pb--30 {
    padding-bottom: 3rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .pb--30 {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 1025.1px) {
  .pt--185 {
    padding-top: 18.5rem;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pt--185 {
    padding-top: 18.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .pt--185 {
    padding-top: 18.5rem;
  }
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-5 {
  margin-top: 0.5rem;
}
.mx-5 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mr-15 {
  margin-right: 1.5rem;
}
.mt-15 {
  margin-top: 1.5rem;
}
.mr-20 {
  margin-right: 2rem;
}
.mt-20 {
  margin-top: 2rem;
}
.mt-25 {
  margin-top: 2.5rem;
}
.mt-30 {
  margin-top: 3rem;
}
.mb-30 {
  margin-bottom: 3rem;
}
.mt-35 {
  margin-top: 3.5rem;
}
.mt-40 {
  margin-top: 4rem;
}
.mr-60 {
  margin-right: 6rem;
}
@media only screen and (min-width: 576px) {
  .mr-sm-30 {
    margin-right: 3rem !important;
  }
}
@media only screen and (min-width: 768px) {
  .mt-md-5 {
    margin-top: 0.5rem !important;
  }
  .mt-md-20 {
    margin-top: 2rem !important;
  }
}
@media only screen and (min-width: 1025.1px) {
  .mt-lg-10 {
    margin-top: 1rem !important;
  }
  .mt-lg-15 {
    margin-top: 1.5rem !important;
  }
  .ml-lg-45 {
    margin-left: 4.5rem !important;
  }
  .mt-lg-70 {
    margin-top: 7rem !important;
  }
  .mt-lg-120 {
    margin-top: 12rem !important;
  }
  .mb-lg-130 {
    margin-bottom: 13rem !important;
  }
  .mt-lg-160 {
    margin-top: 16rem !important;
  }
  .mb-lg-170 {
    margin-bottom: 17rem !important;
  }
  .mt-lg-180 {
    margin-top: 18rem !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .mt-phone-30 {
    margin-top: 3rem !important;
  }
  .mt-phone-110 {
    margin-top: 11rem !important;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .mt-tablet-50 {
    margin-top: 5rem !important;
  }
  .mt-tablet-140 {
    margin-top: 14rem !important;
  }
}
@media only screen and (max-width: 1025px) {
  .mt-mobile-15 {
    margin-top: 1.5rem !important;
  }
  .mt-mobile-30 {
    margin-top: 3rem !important;
  }
  .mt-mobile-35 {
    margin-top: 3.5rem !important;
  }
  .mt-mobile-45 {
    margin-top: 4.5rem !important;
  }
  .mt-mobile-50 {
    margin-top: 5rem !important;
  }
  .mt-mobile-65 {
    margin-top: 6.5rem !important;
  }
  .mb-mobile-70,
  .my-mobile-70 {
    margin-bottom: 7rem !important;
  }
  .my-mobile-70 {
    margin-top: 7rem !important;
  }
  .mt-mobile-100 {
    margin-top: 10rem !important;
  }
}
.pt-30 {
  padding-top: 3rem;
}
.pb-55 {
  padding-bottom: 5.5rem;
}
.pt-70 {
  padding-top: 7rem;
}
.pb-70 {
  padding-bottom: 7rem;
}
@media only screen and (min-width: 1025.1px) {
  .px-lg-10 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .pt-lg-20 {
    padding-top: 2rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 2.5rem !important;
  }
  .pt-lg-70 {
    padding-top: 7rem !important;
  }
  .py-lg-75 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-lg-80 {
    padding-top: 8rem !important;
  }
  .pt-lg-85 {
    padding-top: 8.5rem !important;
  }
  .pb-lg-130,
  .py-lg-130 {
    padding-bottom: 13rem !important;
  }
  .py-lg-130 {
    padding-top: 13rem !important;
  }
  .pt-lg-160 {
    padding-top: 16rem !important;
  }
  .pb-lg-220 {
    padding-bottom: 22rem !important;
  }
  .pb-lg-280 {
    padding-bottom: 28rem !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .py-phone-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
}
@media only screen and (min-width: 767.98px) and (max-width: 1025px) {
  .pb-tablet-20 {
    padding-bottom: 2rem !important;
  }
  .pt-tablet-70 {
    padding-top: 7rem !important;
  }
}
@media only screen and (max-width: 1025px) {
  .pb-mobile-30 {
    padding-bottom: 3rem !important;
  }
  .py-mobile-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .pt-mobile-50 {
    padding-top: 5rem !important;
  }
  .pb-mobile-50 {
    padding-bottom: 5rem !important;
  }
  .pt-mobile-60 {
    padding-top: 6rem !important;
  }
  .pb-mobile-70,
  .py-mobile-70 {
    padding-bottom: 7rem !important;
  }
  .py-mobile-70 {
    padding-top: 7rem !important;
  }
  .pb-mobile-100 {
    padding-bottom: 10rem !important;
  }
  .pt-mobile-130 {
    padding-top: 13rem !important;
  }
  .pb-mobile-160 {
    padding-bottom: 16rem !important;
  }
  .pt-mobile-200 {
    padding-top: 20rem !important;
  }
}
@media only screen and (min-width: 1025.1px) {
  .order-lg-1 {
    order: 1;
  }
}
@media only screen and (max-width: 1025px) {
  .order-mobile-1 {
    order: 1;
  }
}
@media only screen and (max-width: 1025px) {
  .order-mobile-2 {
    order: 2;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.pos-relative {
  position: relative;
}
.text-center {
  text-align: center;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
