html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/*
  Centraliza
*/
/*
 Calculo automatico da largura
*/
/*
 Margins e paddins responsivos
*/
/*
	Font size responsiva para titulos. De 33 a 999;
*/
/*
	Font size responsiva para subtitulos. De 24 a 32;
*/
/*
	Font size responsiva para paragrafo. De 18 a 24;
*/
.container {
  width: 100%;
  max-width: 1920px;
  padding: 0 120px;
  margin: 0 auto;
}

@media (max-width: 1366px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 1100px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 800px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 450px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 380px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.btn {
  position: relative;
  display: table;
  padding: 20px;
  border-radius: 6px;
  background: #e68020;
  line-height: normal;
  line-height: 12px;
  -webkit-transition: all 0.95s ease-in-out;
  -moz-transition: all 0.95s ease-in-out;
  -o-transition: all 0.95s ease-in-out;
  transition: all 0.95s ease-in-out;
  cursor: pointer;
  -webkit-transition: all 0.95s ease-in-out;
  -moz-transition: all 0.95s ease-in-out;
  -o-transition: all 0.95s ease-in-out;
  transition: all 0.95s ease-in-out;
}

@media (max-width: 650px) {
  .btn {
    padding: 10px 15px !important;
  }
}

.btn strong {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.95s ease-in-out;
  -moz-transition: all 0.95s ease-in-out;
  -o-transition: all 0.95s ease-in-out;
  transition: all 0.95s ease-in-out;
}

@media (max-width: 650px) {
  .btn strong {
    font-size: 14px;
  }
}

.btn:hover {
  background: #209e4b;
}

.btn.btn-outline {
  border: 2px solid #222;
  background: transparent;
  -webkit-transition: all 0.95s ease-in-out;
  -moz-transition: all 0.95s ease-in-out;
  -o-transition: all 0.95s ease-in-out;
  transition: all 0.95s ease-in-out;
}

.btn.btn-outline strong {
  color: #00121f;
}

.btn.btn-outline:hover {
  background: #e68020;
}

.btn.btn-outline:hover {
  border: 2px solid #e68020;
}

.btn.btn-outline:hover strong {
  color: #ffffff;
}

.btn.btn-secondary {
  border-radius: 10px;
  background: #209e4b;
  -webkit-transition: all 0.95s ease-in-out;
  -moz-transition: all 0.95s ease-in-out;
  -o-transition: all 0.95s ease-in-out;
  transition: all 0.95s ease-in-out;
}

.btn.btn-secondary strong {
  color: #ffffff;
}

.btn.btn-secondary:hover {
  background: #e68020;
}

h1 {
  color: #333333;
  font-size: 70px;
  font-size: 70px;
  line-height: 150%;
  font-weight: 900;
  line-height: 100%;
}

@media (max-width: 1366px) {
  h1 {
    font-size: calc(70px * 0.9);
  }
}

@media (max-width: 1100px) {
  h1 {
    font-size: calc(70px * 0.8);
  }
}

@media (max-width: 900px) {
  h1 {
    font-size: calc(70px * 0.7);
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: calc(70px * 0.6);
  }
}

@media (max-width: 450px) {
  h1 {
    font-size: calc(70px * 0.55);
  }
}

h2 {
  color: #333333;
  font-size: 40px;
  font-size: 40px;
  line-height: 160%;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media (max-width: 1366px) {
  h2 {
    font-size: calc(40px * 0.9);
  }
}

@media (max-width: 1100px) {
  h2 {
    font-size: calc(40px * 0.8);
  }
}

@media (max-width: 900px) {
  h2 {
    font-size: calc(40px * 0.7);
  }
}

@media (max-width: 600px) {
  h2 {
    font-size: calc(40px * 0.6);
  }
}

@media (max-width: 450px) {
  h2 {
    font-size: calc(40px * 0.55);
  }
}

@media (max-width: 600px) {
  h2 {
    margin-bottom: 20px;
  }
}

h2 strong {
  font-weight: 900;
}

h3 {
  margin-bottom: 20px;
  color: #00121f;
  text-align: center;
  font-size: 24px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

@media (max-width: 1366px) {
  h3 {
    font-size: calc(24px * 0.95);
  }
}

@media (max-width: 1100px) {
  h3 {
    font-size: calc(24px * 0.9);
  }
}

@media (max-width: 900px) {
  h3 {
    font-size: calc(24px * 0.85);
  }
}

@media (max-width: 600px) {
  h3 {
    font-size: calc(24px * 0.8);
  }
}

@media (max-width: 450px) {
  h3 {
    font-size: calc(24px * 0.75);
  }
}

h3 a {
  margin-bottom: 20px;
  color: #00121f;
  text-align: center;
  font-size: 24px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

@media (max-width: 1366px) {
  h3 a {
    font-size: calc(24px * 0.95);
  }
}

@media (max-width: 1100px) {
  h3 a {
    font-size: calc(24px * 0.9);
  }
}

@media (max-width: 900px) {
  h3 a {
    font-size: calc(24px * 0.85);
  }
}

@media (max-width: 600px) {
  h3 a {
    font-size: calc(24px * 0.8);
  }
}

@media (max-width: 450px) {
  h3 a {
    font-size: calc(24px * 0.75);
  }
}

p {
  margin-bottom: 30px;
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

@media (max-width: 650px) {
  p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  p {
    font-size: 14px;
  }
}

p strong {
  font-weight: 700;
}

.whatsapp-chat {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
}

.whatsapp-chat a {
  margin: 0;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  background-color: transparent;
  filter: drop-shadow(0px 0px 26px rgba(0, 0, 0, 0.161));
}

.whatsapp-chat a:last-child {
  margin-bottom: 0;
}

.whatsapp-chat svg {
  width: 60px;
  height: 60px;
}

@media (max-width: 1000px) {
  .whatsapp-chat {
    bottom: 30px;
    right: 30px;
  }
  .whatsapp-chat svg {
    width: 40px;
    height: 41px;
  }
}

@media (max-width: 400px) {
  .whatsapp-chat {
    bottom: 10px;
    right: 10px;
  }
  .whatsapp-chat a {
    margin-bottom: 5px;
  }
  .whatsapp-chat svg {
    width: 35px;
    height: 36px;
  }
}

.all {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.grecaptcha-badge {
  visibility: hidden;
}

.mask-pop-up {
  background-color: #446976;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.redes-sociais-header li,
.redes-sociais-footer li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transition: all 0.95s ease-in-out;
  -moz-transition: all 0.95s ease-in-out;
  -o-transition: all 0.95s ease-in-out;
  transition: all 0.95s ease-in-out;
}

.redes-sociais-header li:last-child,
.redes-sociais-footer li:last-child {
  margin-right: 0;
}

.redes-sociais-header li:hover,
.redes-sociais-footer li:hover {
  opacity: 0.6;
}

@media (max-width: 450px) {
  .redes-sociais-header li svg,
  .redes-sociais-footer li svg {
    width: 40px;
    height: 40px;
  }
}

.hidden {
  opacity: 0;
  filter: blur(15px);
  -webkit-transition: all 0.95s ease-in-out;
  -moz-transition: all 0.95s ease-in-out;
  -o-transition: all 0.95s ease-in-out;
  transition: all 0.95s ease-in-out;
}

.hidden.to-left {
  -webkit-transform: translateX(10vw);
  -moz-transform: translateX(10vw);
  -ms-transform: translateX(10vw);
  -o-transform: translateX(10vw);
  transform: translateX(10vw);
}

.hidden.to-right {
  -webkit-transform: translateX(-10vw);
  -moz-transform: translateX(-10vw);
  -ms-transform: translateX(-10vw);
  -o-transform: translateX(-10vw);
  transform: translateX(-10vw);
}

.hidden.to-top {
  -webkit-transform: translateY(10vh);
  -moz-transform: translateY(10vh);
  -ms-transform: translateY(10vh);
  -o-transform: translateY(10vh);
  transform: translateY(10vh);
}

.hidden.to-bottom {
  -webkit-transform: translateY(-10vh);
  -moz-transform: translateY(-10vh);
  -ms-transform: translateY(-10vh);
  -o-transform: translateY(-10vh);
  transform: translateY(-10vh);
}

.show {
  opacity: 1;
  filter: blur(0);
  -webkit-transition: all 0.95s ease-in-out;
  -moz-transition: all 0.95s ease-in-out;
  -o-transition: all 0.95s ease-in-out;
  transition: all 0.95s ease-in-out;
  -webkit-transform: translateX(0) translateY(0) !important;
  -moz-transform: translateX(0) translateY(0) !important;
  -ms-transform: translateX(0) translateY(0) !important;
  -o-transform: translateX(0) translateY(0) !important;
  transform: translateX(0) translateY(0) !important;
}
