@charset "UTF-8";
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%;
  font: inherit;
  vertical-align: baseline;
}

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;
*/
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%;
  font: inherit;
  vertical-align: baseline;
}

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: 1710px;
  padding: 0 90px;
  box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 1366px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 1000px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 600px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 450px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 350px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */
.cf {
  *zoom: 1;
}

.all {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 96;
  width: 100%;
  height: 100%;
}

.btn {
  border-radius: 10px;
  padding: 10px 40px;
  text-align: center;
  display: table;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  max-width: 100%;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border: none !important;
}

@media (max-width: 600px) {
  .btn {
    padding: 10px 20px;
  }
}

.btn strong {
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.btn.btn-primary {
  background-color: #eb5b49;
}

.btn.btn-secondary {
  background-color: #c4c4c4;
}

.btn:hover {
  opacity: 0.5;
}

.title-header {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.title-header.centraliza-sub {
  text-align: center;
}

h2 span h1 span,
h1,
h2,
h3,
h4 {
  font-family: "PT Sans", sans-serif;
  color: #2c2c34;
  font-weight: bold;
  line-height: normal;
  display: block;
  margin-bottom: 30px;
}

.slider h2 {
  font-size: 72px;
  font-size: 72px;
}

@media (max-width: 1366px) {
  .slider h2 {
    font-size: calc(72px * 0.90);
  }
}

@media (max-width: 1100px) {
  .slider h2 {
    font-size: calc(72px * 0.80);
  }
}

@media (max-width: 900px) {
  .slider h2 {
    font-size: calc(72px * 0.70);
  }
}

@media (max-width: 600px) {
  .slider h2 {
    font-size: calc(72px * 0.60);
  }
}

@media (max-width: 450px) {
  .slider h2 {
    font-size: calc(72px * 0.55);
  }
}

h1,
h2 {
  font-size: 56px;
  font-size: 56px;
}

@media (max-width: 1366px) {
  h1,
  h2 {
    font-size: calc(56px * 0.90);
  }
}

@media (max-width: 1100px) {
  h1,
  h2 {
    font-size: calc(56px * 0.80);
  }
}

@media (max-width: 900px) {
  h1,
  h2 {
    font-size: calc(56px * 0.70);
  }
}

@media (max-width: 600px) {
  h1,
  h2 {
    font-size: calc(56px * 0.60);
  }
}

@media (max-width: 450px) {
  h1,
  h2 {
    font-size: calc(56px * 0.55);
  }
}

h2 span,
h1 span {
  font-weight: normal;
  font-size: 42px;
  color: #2c2c34;
  margin-bottom: 0;
  display: block;
}

@media (max-width: 1366px) {
  h2 span,
  h1 span {
    font-size: calc(42px * 0.90);
  }
}

@media (max-width: 1100px) {
  h2 span,
  h1 span {
    font-size: calc(42px * 0.80);
  }
}

@media (max-width: 900px) {
  h2 span,
  h1 span {
    font-size: calc(42px * 0.70);
  }
}

@media (max-width: 600px) {
  h2 span,
  h1 span {
    font-size: calc(42px * 0.60);
  }
}

@media (max-width: 450px) {
  h2 span,
  h1 span {
    font-size: calc(42px * 0.55);
  }
}

h3 {
  font-size: 32px;
  font-size: 32px;
}

@media (max-width: 1366px) {
  h3 {
    font-size: calc(32px * 0.95);
  }
}

@media (max-width: 1100px) {
  h3 {
    font-size: calc(32px * 0.90);
  }
}

@media (max-width: 900px) {
  h3 {
    font-size: calc(32px * 0.85);
  }
}

@media (max-width: 600px) {
  h3 {
    font-size: calc(32px * 0.80);
  }
}

@media (max-width: 450px) {
  h3 {
    font-size: calc(32px * 0.75);
  }
}

h4 {
  font-size: 24px;
  font-weight: normal;
  font-size: 24px;
}

@media (max-width: 1366px) {
  h4 {
    font-size: calc(24px * 0.95);
  }
}

@media (max-width: 1100px) {
  h4 {
    font-size: calc(24px * 0.90);
  }
}

@media (max-width: 900px) {
  h4 {
    font-size: calc(24px * 0.85);
  }
}

@media (max-width: 600px) {
  h4 {
    font-size: calc(24px * 0.80);
  }
}

@media (max-width: 450px) {
  h4 {
    font-size: calc(24px * 0.75);
  }
}

p {
  font-family: "Open Sans", sans-serif;
  color: #2c2c34;
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 25px;
}

@media (max-width: 600px) {
  p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
  }
}

.breadcrumb {
  position: relative;
  margin-bottom: 30px;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumb ul li svg {
  margin-right: 10px;
}

.breadcrumb ul li a {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #2c2c34;
  border-bottom: 2px solid transparent;
}

.breadcrumb ul li a.atv {
  color: #eb5b49;
}

.breadcrumb ul li a:hover {
  border-bottom: 2px solid;
}

.breadcrumb ul li span {
  margin: 0 10px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #2c2c34;
}

.contact-cta {
  width: 100%;
  padding-bottom: 80px;
  text-align: center;
}

@media (max-width: 1366px) {
  .contact-cta {
    padding-bottom: 64px;
  }
}

@media (max-width: 1100px) {
  .contact-cta {
    padding-bottom: 51.2px;
  }
}

@media (max-width: 900px) {
  .contact-cta {
    padding-bottom: 40.96px;
  }
}

@media (max-width: 600px) {
  .contact-cta {
    padding-bottom: 32.768px;
  }
}

@media (max-width: 450px) {
  .contact-cta {
    padding-bottom: 22.9376px;
  }
}

.contact-cta h2 {
  color: #eb5b49;
}

.contact-cta .btn {
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}

.blog-list-home,
.about-inner,
.about-us,
.page-inner,
.blog,
.contact,
.line-list-home,
.line-list,
.line,
.product,
.other-product {
  width: 100%;
  position: relative;
  display: block;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width: 1366px) {
  .blog-list-home,
  .about-inner,
  .about-us,
  .page-inner,
  .blog,
  .contact,
  .line-list-home,
  .line-list,
  .line,
  .product,
  .other-product {
    padding-top: 64px;
  }
}

@media (max-width: 1100px) {
  .blog-list-home,
  .about-inner,
  .about-us,
  .page-inner,
  .blog,
  .contact,
  .line-list-home,
  .line-list,
  .line,
  .product,
  .other-product {
    padding-top: 51.2px;
  }
}

@media (max-width: 900px) {
  .blog-list-home,
  .about-inner,
  .about-us,
  .page-inner,
  .blog,
  .contact,
  .line-list-home,
  .line-list,
  .line,
  .product,
  .other-product {
    padding-top: 40.96px;
  }
}

@media (max-width: 600px) {
  .blog-list-home,
  .about-inner,
  .about-us,
  .page-inner,
  .blog,
  .contact,
  .line-list-home,
  .line-list,
  .line,
  .product,
  .other-product {
    padding-top: 32.768px;
  }
}

@media (max-width: 450px) {
  .blog-list-home,
  .about-inner,
  .about-us,
  .page-inner,
  .blog,
  .contact,
  .line-list-home,
  .line-list,
  .line,
  .product,
  .other-product {
    padding-top: 22.9376px;
  }
}

@media (max-width: 1366px) {
  .blog-list-home,
  .about-inner,
  .about-us,
  .page-inner,
  .blog,
  .contact,
  .line-list-home,
  .line-list,
  .line,
  .product,
  .other-product {
    padding-bottom: 64px;
  }
}

@media (max-width: 1100px) {
  .blog-list-home,
  .about-inner,
  .about-us,
  .page-inner,
  .blog,
  .contact,
  .line-list-home,
  .line-list,
  .line,
  .product,
  .other-product {
    padding-bottom: 51.2px;
  }
}

@media (max-width: 900px) {
  .blog-list-home,
  .about-inner,
  .about-us,
  .page-inner,
  .blog,
  .contact,
  .line-list-home,
  .line-list,
  .line,
  .product,
  .other-product {
    padding-bottom: 40.96px;
  }
}

@media (max-width: 600px) {
  .blog-list-home,
  .about-inner,
  .about-us,
  .page-inner,
  .blog,
  .contact,
  .line-list-home,
  .line-list,
  .line,
  .product,
  .other-product {
    padding-bottom: 32.768px;
  }
}

@media (max-width: 450px) {
  .blog-list-home,
  .about-inner,
  .about-us,
  .page-inner,
  .blog,
  .contact,
  .line-list-home,
  .line-list,
  .line,
  .product,
  .other-product {
    padding-bottom: 22.9376px;
  }
}

.whatsapp-fixo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

.whatsapp-fixo a {
  margin: 0;
}

.whatsapp-fixo svg {
  width: 45px;
  height: 46px;
  float: left;
}

.whatsapp-fixo .text-chamada {
  float: left;
  margin-left: 23px;
  padding: 0;
  position: relative;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.whatsapp-fixo:hover .text-chamada {
  display: block !important;
}

.whatsapp-fixo .text-chamada p {
  background: #ae9675;
  padding: 11px 15px;
  border-radius: 5px;
  color: #fff;
  margin: 0;
  font-size: 17px;
}

.whatsapp-fixo .text-chamada:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  width: 0;
  height: 0;
  position: absolute;
  left: -10px;
  top: 50%;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #ae9675;
  -webkit-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
}

@media (max-width: 600px) {
  .whatsapp-fixo svg {
    width: 40px;
    height: 41px;
  }
  .whatsapp-fixo .text-chamada p {
    padding: 10px 15px;
  }
}

@media (max-width: 400px) {
  .whatsapp-fixo {
    bottom: 10px;
    right: 10px;
  }
  .whatsapp-fixo svg {
    width: 35px;
    height: 36px;
  }
  .whatsapp-fixo .text-chamada p {
    padding: 8px 10px;
    font-size: 15px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.slick-dots {
  width: 100%;
  padding: 0 25px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  margin-top: 40px;
}

.slick-dots li {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.slick-dots li button {
  background-color: #c4c4c4;
  text-indent: -9999px;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  border: none !important;
  margin: 0 5px;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
  background-color: #eb5b49;
}

.editor-content p {
  color: #2c2c34;
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif !important;
}

@media (max-width: 600px) {
  .editor-content p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
  }
}

.editor-content a {
  font-family: "Open Sans", sans-serif;
  color: #eb5b49;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 25px;
}

@media (max-width: 600px) {
  .editor-content a {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
  }
}

.editor-content strong {
  font-weight: 600;
  font-family: "Open Sans", sans-serif !important;
}

.editor-content em {
  font-style: italic;
  font-family: "Open Sans", sans-serif !important;
}

.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
  /* Style for "Informaçõe" */
  color: #eb5b49 !important;
  font-family: "PT Sans", sans-serif !important;
  font-weight: 300;
  width: 100%;
  display: block;
  margin-bottom: 25px;
}

.editor-content h1 {
  font-size: 38px;
}

@media (max-width: 1366px) {
  .editor-content h1 {
    font-size: calc(38px * 0.95);
  }
}

@media (max-width: 1100px) {
  .editor-content h1 {
    font-size: calc(38px * 0.90);
  }
}

@media (max-width: 900px) {
  .editor-content h1 {
    font-size: calc(38px * 0.85);
  }
}

@media (max-width: 600px) {
  .editor-content h1 {
    font-size: calc(38px * 0.80);
  }
}

@media (max-width: 450px) {
  .editor-content h1 {
    font-size: calc(38px * 0.75);
  }
}

.editor-content h2 {
  font-size: 32px;
}

@media (max-width: 1366px) {
  .editor-content h2 {
    font-size: calc(32px * 0.95);
  }
}

@media (max-width: 1100px) {
  .editor-content h2 {
    font-size: calc(32px * 0.90);
  }
}

@media (max-width: 900px) {
  .editor-content h2 {
    font-size: calc(32px * 0.85);
  }
}

@media (max-width: 600px) {
  .editor-content h2 {
    font-size: calc(32px * 0.80);
  }
}

@media (max-width: 450px) {
  .editor-content h2 {
    font-size: calc(32px * 0.75);
  }
}

.editor-content h3 {
  font-size: 28px;
}

@media (max-width: 1366px) {
  .editor-content h3 {
    font-size: calc(28px * 0.95);
  }
}

@media (max-width: 1100px) {
  .editor-content h3 {
    font-size: calc(28px * 0.90);
  }
}

@media (max-width: 900px) {
  .editor-content h3 {
    font-size: calc(28px * 0.85);
  }
}

@media (max-width: 600px) {
  .editor-content h3 {
    font-size: calc(28px * 0.80);
  }
}

@media (max-width: 450px) {
  .editor-content h3 {
    font-size: calc(28px * 0.75);
  }
}

.editor-content h4 {
  font-size: 24px;
}

@media (max-width: 1366px) {
  .editor-content h4 {
    font-size: calc(24px * 0.95);
  }
}

@media (max-width: 1100px) {
  .editor-content h4 {
    font-size: calc(24px * 0.90);
  }
}

@media (max-width: 900px) {
  .editor-content h4 {
    font-size: calc(24px * 0.85);
  }
}

@media (max-width: 600px) {
  .editor-content h4 {
    font-size: calc(24px * 0.80);
  }
}

@media (max-width: 450px) {
  .editor-content h4 {
    font-size: calc(24px * 0.75);
  }
}

.editor-content h5 {
  font-size: 20px;
}

@media (max-width: 1366px) {
  .editor-content h5 {
    font-size: calc(20px * 0.95);
  }
}

@media (max-width: 1100px) {
  .editor-content h5 {
    font-size: calc(20px * 0.90);
  }
}

@media (max-width: 900px) {
  .editor-content h5 {
    font-size: calc(20px * 0.85);
  }
}

@media (max-width: 600px) {
  .editor-content h5 {
    font-size: calc(20px * 0.80);
  }
}

@media (max-width: 450px) {
  .editor-content h5 {
    font-size: calc(20px * 0.75);
  }
}

.editor-content h6 {
  font-size: 18px;
}

@media (max-width: 1366px) {
  .editor-content h6 {
    font-size: calc(18px * 0.95);
  }
}

@media (max-width: 1100px) {
  .editor-content h6 {
    font-size: calc(18px * 0.90);
  }
}

@media (max-width: 900px) {
  .editor-content h6 {
    font-size: calc(18px * 0.85);
  }
}

@media (max-width: 600px) {
  .editor-content h6 {
    font-size: calc(18px * 0.80);
  }
}

@media (max-width: 450px) {
  .editor-content h6 {
    font-size: calc(18px * 0.75);
  }
}

.editor-content ul {
  list-style: disc;
  margin-bottom: 20px;
}

.editor-content ul li {
  width: 100%;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
  color: #eb5b49;
  font-size: 18px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif !important;
}

@media (max-width: 600px) {
  .editor-content ul li {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
  }
}

.editor-content ul li p {
  font-family: "Open Sans", sans-serif;
  color: #eb5b49;
  font-size: 18px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif !important;
}

@media (max-width: 600px) {
  .editor-content ul li p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
  }
}

.editor-content ol {
  list-style: decimal;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif !important;
}

.editor-content ol li {
  width: 100%;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
  color: #eb5b49;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif !important;
}

@media (max-width: 600px) {
  .editor-content ol li {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
  }
}

.editor-content ol li p {
  font-family: "Open Sans", sans-serif;
  color: #eb5b49;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif !important;
}

@media (max-width: 600px) {
  .editor-content ol li p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 20px;
  }
}

.editor-content blockquote {
  width: 100%;
  display: block;
  padding-left: 40px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif !important;
}

.editor-content blockquote p {
  line-height: normal;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: "Open Sans", sans-serif !important;
}

@media (max-width: 1366px) {
  .editor-content blockquote p {
    font-size: calc(20px * 0.90);
  }
}

@media (max-width: 1100px) {
  .editor-content blockquote p {
    font-size: calc(20px * 0.80);
  }
}

@media (max-width: 900px) {
  .editor-content blockquote p {
    font-size: calc(20px * 0.70);
  }
}

@media (max-width: 600px) {
  .editor-content blockquote p {
    font-size: calc(20px * 0.60);
  }
}

@media (max-width: 450px) {
  .editor-content blockquote p {
    font-size: calc(20px * 0.55);
  }
}

@media (max-width: 400px) {
  .editor-content blockquote p {
    font-size: 16px;
  }
}

.editor-content figure {
  max-width: 100%;
}

.editor-content figure img {
  max-width: 100%;
  height: auto !important;
  margin-bottom: 20px;
}

.editor-content .wp-caption.aligncenter {
  max-width: 100%;
  width: 100% !important;
}

.editor-content img {
  max-width: 100%;
  height: auto !important;
  margin-bottom: 20px;
}

.pagination {
  width: auto;
  display: table;
  margin: 20px auto;
  clear: both;
}

.pagination a,
.pagination .current {
  margin: 0 10px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: normal;
  color: #eb5b49;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

@media (max-width: 500px) {
  .pagination a,
  .pagination .current {
    margin: 0 5px;
  }
}

.pagination a:hover,
.pagination .current:hover {
  color: #eb5b49;
}

.pagination .current {
  color: #eb5b49;
}

.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7-not-valid-tip,
.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  color: #dc3545 !important;
  opacity: 1;
  border-color: #dc3545 !important;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-spam-blocked {
  margin: 10px 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  opacity: 1;
  color: #dc3545 !important;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-spam-blocked,
.wpcf7-response-output.wpcf7-mail-sent-ok {
  clear: both;
  padding-top: 20px;
  font-size: 18px;
  line-height: 32px;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: green !important;
  margin: 10px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.blog-list .wpcf7-not-valid-tip,
.form-container-simples .wpcf7-not-valid-tip {
  display: none;
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

/*
  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;
*/
.main-header {
  position: relative;
  display: block;
  width: 100%;
}

.main-header .main-menu {
  width: 100%;
  background-color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1000px) {
  .main-header .main-menu {
    padding: 15px 0;
  }
}

.main-header .main-menu .logo-menu {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
}

@media (max-width: 1366px) {
  .main-header .main-menu .logo-menu {
    width: 20%;
  }
}

@media (max-width: 1100px) {
  .main-header .main-menu .logo-menu {
    width: 40%;
  }
}

@media (max-width: 450px) {
  .main-header .main-menu .logo-menu {
    width: 60%;
  }
}

.main-header .main-menu .logo-menu img {
  width: 100%;
  max-width: 320px;
  display: block;
}

@media (max-width: 1366px) {
  .main-header .main-menu .logo-menu img {
    max-width: 280px;
  }
}

@media (max-width: 1000px) {
  .main-header .main-menu .logo-menu img {
    max-width: 180px;
  }
}

.main-header .main-menu .logo-menu h1 {
  margin-bottom: 0;
}

.main-header .main-menu .content-menu {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 74.5%;
}

@media (max-width: 1366px) {
  .main-header .main-menu .content-menu {
    width: 79.5%;
  }
}

@media (max-width: 1100px) {
  .main-header .main-menu .content-menu {
    width: 59%;
  }
}

@media (max-width: 500px) {
  .main-header .main-menu .content-menu {
    width: 57%;
  }
}

@media (max-width: 450px) {
  .main-header .main-menu .content-menu {
    width: 38%;
  }
}

@media (max-width: 250px) {
  .main-header .main-menu .content-menu {
    width: 30%;
  }
}

.main-header .main-menu .content-menu nav {
  display: inline-block;
  vertical-align: middle;
}

.main-header .main-menu .content-menu nav li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 60px;
  position: relative;
}

@media (max-width: 1550px) {
  .main-header .main-menu .content-menu nav li {
    margin-right: 40px;
  }
}

@media (max-width: 1250px) {
  .main-header .main-menu .content-menu nav li {
    margin-right: 20px;
  }
}

.main-header .main-menu .content-menu nav li:last-child {
  margin-right: 0;
}

.main-header .main-menu .content-menu nav li a {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  color: #2c2c34;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

@media (max-width: 1450px) {
  .main-header .main-menu .content-menu nav li a {
    font-size: 16px;
  }
}

.main-header .main-menu .content-menu nav li a.atv, .main-header .main-menu .content-menu nav li a:hover {
  border-bottom: 2px solid;
}

@media (max-width: 1100px) {
  .main-header .main-menu .content-menu nav li .btn {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
}

.main-header .main-menu .content-menu .redes-sociais-menu {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}

@media (max-width: 1100px) {
  .main-header .main-menu .content-menu .redes-sociais-menu {
    margin-left: 0;
    margin-top: 30px;
  }
}

.main-header .main-menu .content-menu .redes-sociais-menu ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.main-header .main-menu .content-menu .redes-sociais-menu ul li:last-child {
  margin-right: 0;
}

@media (max-width: 1100px) {
  .menu-icon {
    background: url("../image/icons/menu.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    display: block;
    cursor: pointer;
    float: right;
  }
}

@media (max-width: 1100px) and (max-width: 350px) {
  .menu-icon {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 1100px) {
  .main-header .content-menu .responsive-menu {
    position: fixed;
    width: 300px;
    right: -300px;
    top: 0px;
    height: 100%;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 100px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-align: left;
  }
}

@media (max-width: 1100px) and (max-width: 750px) {
  .main-header .content-menu .responsive-menu {
    padding-top: 60px;
  }
}

@media (max-width: 1100px) and (max-width: 450px) {
  .main-header .content-menu .responsive-menu {
    width: 250px;
    right: -250px;
    padding-top: 40px;
  }
}

@media (max-width: 1100px) {
  .main-header .content-menu .responsive-menu::before {
    content: " ";
    display: block;
    background: #ffffff;
    opacity: 0.5;
    left: 0;
    top: 0;
    width: 100%;
  }
  .main-header .content-menu nav li {
    width: 100%;
    margin-top: 30px;
    line-height: normal !important;
    margin-right: 0;
  }
  .main-header .content-menu nav li a {
    color: #ffffff;
    font-size: 18px !important;
  }
  .main-header .content-menu nav li a svg {
    display: none;
  }
  .main-header .content-menu nav li .sub-menu {
    display: none !important;
  }
}

@media (max-width: 1100px) and (max-width: 450px) {
  .main-header .content-menu nav li {
    margin-top: 20px;
  }
}

@media (max-width: 1100px) {
  .main-header.open-menu .content-menu .menu-icon {
    background: url("../image/icons/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    height: 25px;
    z-index: 9999;
    position: fixed;
    right: 60px;
  }
}

@media (max-width: 1100px) and (max-width: 1000px) {
  .main-header.open-menu .content-menu .menu-icon {
    right: 40px;
  }
}

@media (max-width: 1100px) and (max-width: 600px) {
  .main-header.open-menu .content-menu .menu-icon {
    right: 30px;
  }
}

@media (max-width: 1100px) and (max-width: 450px) {
  .main-header.open-menu .content-menu .menu-icon {
    right: 20px;
    top: 20px;
  }
}

@media (max-width: 1100px) and (max-width: 350px) {
  .main-header.open-menu .content-menu .menu-icon {
    right: 15px;
    top: 15px;
  }
}

@media (max-width: 1100px) {
  .main-header.open-menu .content-menu .responsive-menu {
    right: 0;
    opacity: 1;
  }
}

/*
  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;
*/
.footer {
  background: #eb5b49;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  clear: both;
  display: block;
}

@media (max-width: 600px) {
  .footer {
    padding-top: 40px;
  }
}

.footer .logo-rodape {
  width: 30%;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}

@media (max-width: 650px) {
  .footer .logo-rodape {
    width: 100%;
    max-width: 600px;
    margin-bottom: 40px;
  }
}

@media (max-width: 700px) {
  .footer .logo-rodape {
    margin-bottom: 0;
  }
}

.footer .logo-rodape .logo-rodape-container {
  width: 100%;
  margin-bottom: 20px;
  display: table;
  max-width: 300px;
}

.footer .logo-rodape .logo-rodape-container img {
  width: 100%;
  max-width: 290px;
}

@media (max-width: 1000px) {
  .footer .logo-rodape .logo-rodape-container img {
    max-width: 200px;
  }
}

.footer .logo-rodape .footer-contacts {
  width: 100%;
  margin-bottom: 20px;
}

.footer .logo-rodape .footer-contacts li {
  display: table;
  margin-right: 10px;
  width: auto;
  margin-bottom: 10px;
}

.footer .logo-rodape .footer-contacts li:last-child {
  margin-right: 0;
}

.footer .logo-rodape .footer-contacts li span {
  font-size: 18px;
  color: #ffffff;
  display: block;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 10px;
  font-weight: bold;
}

@media (max-width: 600px) {
  .footer .logo-rodape .footer-contacts li span {
    line-height: normal;
    font-size: 16px;
  }
}

.footer .logo-rodape .footer-contacts li a {
  color: #ffffff;
  font-size: 24px;
  display: block;
  font-family: "PT Sans", sans-serif;
  border-bottom: 2px solid transparent;
}

@media (max-width: 900px) {
  .footer .logo-rodape .footer-contacts li a {
    line-height: normal;
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .footer .logo-rodape .footer-contacts li a {
    line-height: normal;
    font-size: 16px;
  }
}

.footer .logo-rodape .footer-contacts li a:hover {
  border-bottom: 2px solid;
}

.footer .logo-rodape .redes-sub-menu {
  width: 100%;
  width: 100%;
  margin-bottom: 20px;
}

.footer .logo-rodape .redes-sub-menu li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
}

.footer .logo-rodape .redes-sub-menu li:last-child {
  margin-right: 0;
}

@media (max-width: 450px) {
  .footer .logo-rodape .redes-sub-menu li svg {
    width: 30px;
    height: 30px;
  }
}

.footer .nav-footer-right {
  float: right;
  width: 70%;
}

@media (max-width: 800px) {
  .footer .nav-footer-right {
    padding-left: 40px;
  }
}

@media (max-width: 650px) {
  .footer .nav-footer-right {
    width: 100%;
    padding-left: 0;
  }
}

.footer .nav-footer-right .footer-content {
  width: 33.33%;
  padding-right: 30px;
  box-sizing: border-box;
  float: left;
  margin-top: 20px;
}

@media (max-width: 900px) {
  .footer .nav-footer-right .footer-content {
    margin-top: 0;
  }
}

.footer .nav-footer-right .footer-content:last-child {
  padding-right: 0;
}

@media (max-width: 1000px) {
  .footer .nav-footer-right .footer-content {
    width: 50%;
  }
  .footer .nav-footer-right .footer-content:last-child {
    display: none;
  }
}

@media (max-width: 450px) {
  .footer .nav-footer-right .footer-content {
    width: 100%;
    padding: 0;
  }
}

.footer .nav-footer-right .footer-content ul li {
  width: 100%;
  margin-bottom: 15px;
}

.footer .nav-footer-right .footer-content ul li a {
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}

.footer .nav-footer-right .footer-content ul li a:hover {
  border-bottom: 2px solid;
}

@media (max-width: 600px) {
  .footer .nav-footer-right .footer-content ul li a {
    line-height: normal;
    font-size: 16px;
  }
}

.footer .nav-footer-right .footer-content .newsletter {
  width: 100%;
}

.footer .nav-footer-right .footer-content .newsletter .btn {
  background-color: #ffffff;
}

.footer .nav-footer-right .footer-content .newsletter .btn:hover {
  opacity: 0.5;
}

.footer .nav-footer-right .footer-content .newsletter .btn strong {
  color: #eb5b49;
}

.developed {
  clear: both;
  width: 100%;
  padding-top: 20px;
}

.developed .copyright {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #2c2c34;
  margin-bottom: 20px;
}

.developed .webicon a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #2c2c34;
}

.developed .webicon a svg {
  display: block;
  margin-top: 5px;
}

/*
  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;
*/
.slider {
  position: relative;
  width: 100%;
  display: block;
  background: #f9f1e7;
  height: calc(100vh - 117px);
  min-height: 700px;
}

@media (max-width: 600px) {
  .slider {
    min-height: 550px;
  }
}

.slider .banner-home-title {
  width: 100%;
  max-width: 580px;
  background: #ffffff;
  margin-top: 190px;
  position: relative;
  padding: 60px;
}

@media (max-width: 1050px) {
  .slider .banner-home-title {
    margin-top: 60px;
  }
}

@media (max-width: 700px) {
  .slider .banner-home-title {
    width: 100%;
    padding: 30px;
  }
}

@media (max-width: 450px) {
  .slider .banner-home-title {
    padding: 20px 15px;
  }
}

.slider .banner-home-title .btn {
  width: 100%;
  margin-top: 60px;
}

@media (max-width: 600px) {
  .slider .banner-home-title .btn {
    margin-top: 30px;
  }
}

.slider figure {
  position: absolute;
  width: 80%;
  max-width: 1280px;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 0;
  background-position: right center !important;
}

.slider figure img {
  display: none;
}

.slider .slick-list,
.slider .slick-track {
  height: 100%;
}

.slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: 0;
}

.slider .slick-slide {
  position: relative;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: 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;
*/
.line-list-home {
  width: 100%;
  background-color: #f9f1e7;
}

.line-list-home .text-left {
  width: 30%;
  float: left;
  padding-right: 20px;
  margin-top: 100px;
}

@media (max-width: 1000px) {
  .line-list-home .text-left {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .line-list-home .text-left {
    margin-top: 20px;
  }
}

@media (max-width: 900px) {
  .line-list-home .text-left {
    width: 100%;
    padding-right: 0;
    max-width: 600px;
    float: none;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .line-list-home .text-left {
    width: 100%;
    padding-right: 0;
    max-width: 600px;
    float: none;
  }
}

.line-list-home .text-left .btn {
  width: 100%;
}

.line-list-content {
  width: 70%;
  float: left;
  position: relative;
}

@media (max-width: 1000px) {
  .line-list-content {
    width: 50%;
  }
}

@media (max-width: 900px) {
  .line-list-content {
    width: 100%;
    padding-right: 0;
    float: none;
  }
}

.line-list-content.loader li,
.line-list-content .loader {
  float: left;
  height: 640px;
  display: block;
  position: relative;
  margin: 0 10px;
}

.line-list-content.loader li figure,
.line-list-content .loader figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.line-list-content.loader li .line-button,
.line-list-content .loader .line-button {
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  position: absolute;
  position: absolute;
  z-index: 1;
  padding: 35px 10px;
  width: 250px;
  max-width: 90%;
  background-color: #ffffff;
  text-align: center;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.line-list-content.loader li .line-button strong,
.line-list-content .loader .line-button strong {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #2c2c34;
}

.line-list-content.loader li .line-button:hover,
.line-list-content .loader .line-button:hover {
  background-color: #eb5b49;
}

.line-list-content.loader li .line-button:hover strong,
.line-list-content .loader .line-button:hover strong {
  color: #ffffff;
}

.line-list h1 {
  color: #eb5b49;
}

.line-list .line-list-content {
  width: 100%;
  float: none;
  position: relative;
}

.line-list .line-list-content li {
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-left: 0;
  margin-bottom: 2%;
}

.line-list .line-list-content li:nth-child(3n) {
  margin-right: 0;
}

.line-list .line-list-content li:nth-of-type(3n) {
  margin-right: 0;
}

.line-list .line-list-content li:nth-of-type(3n + 1) {
  clear: both;
  display: inline;
}

@media (max-width: 1100px) {
  .line-list .line-list-content li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .line-list .line-list-content li:nth-of-type(3n) {
    margin-right: 4%;
  }
  .line-list .line-list-content li:nth-child(2n) {
    margin-right: 0;
  }
  .line-list .line-list-content li:nth-child(3n + 1) {
    clear: none;
    display: inline;
  }
  .line-list .line-list-content li:nth-child(2n + 1) {
    clear: both;
    display: inline;
  }
}

@media (max-width: 600px) {
  .line-list .line-list-content li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
  .line-list .line-list-content li:last-child {
    display: block !important;
    margin-bottom: 0;
  }
}

.line h1 {
  color: #eb5b49;
}

.line .gallery-image-list {
  width: 100%;
  max-width: 1065px;
  float: right;
  margin-bottom: 40px;
}

.line .gallery-image-list::after {
  content: " ";
  display: block;
  background: url("../image/icons/dot-pattern.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 485px;
  height: 400px;
  z-index: -1;
  left: -42%;
  top: 0;
  position: absolute;
  margin-top: 80px;
}

@media (max-width: 1366px) {
  .line .gallery-image-list::after {
    margin-top: 64px;
  }
}

@media (max-width: 1100px) {
  .line .gallery-image-list::after {
    margin-top: 51.2px;
  }
}

@media (max-width: 900px) {
  .line .gallery-image-list::after {
    margin-top: 40.96px;
  }
}

@media (max-width: 600px) {
  .line .gallery-image-list::after {
    margin-top: 32.768px;
  }
}

@media (max-width: 450px) {
  .line .gallery-image-list::after {
    margin-top: 22.9376px;
  }
}

@media (max-width: 1200px) {
  .line .gallery-image-list::after {
    display: none;
  }
}

.line .gallery-image-list figure {
  width: 100%;
  position: relative;
}

.line .gallery-image-list figure figcaption {
  border-radius: 10px;
  padding: 5px 20px;
  text-align: center;
  max-width: 100%;
  background-color: #eb5b49;
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  position: absolute;
  bottom: 30px;
  opacity: 0.5;
}

.line .gallery-image-list figure img {
  width: 100%;
  display: block;
}

.line .line-description {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
}

@media (max-width: 1366px) {
  .line .line-description {
    margin-top: 48px;
  }
}

@media (max-width: 1100px) {
  .line .line-description {
    margin-top: 38.4px;
  }
}

@media (max-width: 900px) {
  .line .line-description {
    margin-top: 30.72px;
  }
}

@media (max-width: 600px) {
  .line .line-description {
    margin-top: 24.576px;
  }
}

@media (max-width: 450px) {
  .line .line-description {
    margin-top: 17.2032px;
  }
}

@media (max-width: 1366px) {
  .line .line-description {
    margin-bottom: 48px;
  }
}

@media (max-width: 1100px) {
  .line .line-description {
    margin-bottom: 38.4px;
  }
}

@media (max-width: 900px) {
  .line .line-description {
    margin-bottom: 30.72px;
  }
}

@media (max-width: 600px) {
  .line .line-description {
    margin-bottom: 24.576px;
  }
}

@media (max-width: 450px) {
  .line .line-description {
    margin-bottom: 17.2032px;
  }
}

.line .line-description h2 {
  width: 40%;
  float: left;
  padding-right: 60px;
}

@media (max-width: 1150px) {
  .line .line-description h2 {
    padding-right: 20px;
  }
}

@media (max-width: 900px) {
  .line .line-description h2 {
    width: 100%;
    padding-right: 0;
    max-width: 600px;
    float: none;
  }
}

.line .line-description h4 {
  width: 60%;
  float: right;
}

@media (max-width: 900px) {
  .line .line-description h4 {
    width: 100%;
    padding-right: 0;
    max-width: 600px;
    float: none;
  }
}

.line .line-products {
  padding-top: 80px;
  width: 100%;
  position: relative;
}

@media (max-width: 1366px) {
  .line .line-products {
    padding-top: 64px;
  }
}

@media (max-width: 1100px) {
  .line .line-products {
    padding-top: 51.2px;
  }
}

@media (max-width: 900px) {
  .line .line-products {
    padding-top: 40.96px;
  }
}

@media (max-width: 600px) {
  .line .line-products {
    padding-top: 32.768px;
  }
}

@media (max-width: 450px) {
  .line .line-products {
    padding-top: 22.9376px;
  }
}

.line .line-products h2,
.line .line-products h4 strong {
  color: #eb5b49;
}

.line .line-products .clear-filters,
.line .line-products h4 {
  display: inline-block;
}

.line .line-products .clear-filters {
  margin-left: 30px;
  color: #eb5b49;
  font-size: 24px;
  line-height: 31px;
  font-family: "PT Sans", sans-serif;
  border-bottom: 2px solid transparent;
}

@media (max-width: 900px) {
  .line .line-products .clear-filters {
    font-size: 20px;
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .line .line-products .clear-filters {
    font-size: 16px;
  }
}

.line .line-products .clear-filters:hover {
  border-bottom: 2px solid;
}

.line .line-products .clear-filters {
  display: none;
}

.line .line-products .clear-filters.atv {
  display: inline-block !important;
}

.line-colors {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  background-color: #f0f0f0;
}

@media (max-width: 1366px) {
  .line-colors {
    padding-top: 48px;
  }
}

@media (max-width: 1100px) {
  .line-colors {
    padding-top: 38.4px;
  }
}

@media (max-width: 900px) {
  .line-colors {
    padding-top: 30.72px;
  }
}

@media (max-width: 600px) {
  .line-colors {
    padding-top: 24.576px;
  }
}

@media (max-width: 450px) {
  .line-colors {
    padding-top: 17.2032px;
  }
}

@media (max-width: 1366px) {
  .line-colors {
    padding-bottom: 48px;
  }
}

@media (max-width: 1100px) {
  .line-colors {
    padding-bottom: 38.4px;
  }
}

@media (max-width: 900px) {
  .line-colors {
    padding-bottom: 30.72px;
  }
}

@media (max-width: 600px) {
  .line-colors {
    padding-bottom: 24.576px;
  }
}

@media (max-width: 450px) {
  .line-colors {
    padding-bottom: 17.2032px;
  }
}

.line-colors .text-left {
  width: 40%;
  float: left;
  padding-right: 60px;
}

@media (max-width: 1150px) {
  .line-colors .text-left {
    padding-right: 20px;
  }
}

@media (max-width: 900px) {
  .line-colors .text-left {
    width: 100%;
    padding-right: 0;
    max-width: 600px;
    float: none;
  }
}

.line-colors-list {
  width: 60%;
  float: right;
  margin-top: 40px;
}

@media (max-width: 900px) {
  .line-colors-list {
    width: 100%;
    padding-right: 0;
    max-width: 600px;
    float: none;
  }
}

.line-colors-list ul {
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-flow: row wrap;
}

.line-colors-list ul li {
  width: 32%;
  margin-right: 2%;
  text-align: center;
  margin-bottom: 2%;
}

.line-colors-list ul li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  .line-colors-list ul li {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 2% !important;
  }
  .line-colors-list ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
}

.line-colors-list ul li figure,
.line-colors-list ul li img {
  width: 100%;
  display: block;
}

.line-colors-list ul li figure {
  border: 2px solid transparent;
}

.line-colors-list ul li a:hover,
.line-colors-list ul li.atv a {
  opacity: 0.6;
}

.line-colors-list ul li a:hover figure,
.line-colors-list ul li.atv a figure {
  border: 2px solid #eb5b49;
}

.line-colors-list ul li p {
  font-weight: bold;
  margin-top: 10px;
  font-family: "PT Sans", sans-serif;
  margin-bottom: 0;
}

.line-colors-list ul li p strong {
  color: #eb5b49;
  font-family: "PT Sans", sans-serif;
}

.line-products-list {
  width: 100%;
  display: block;
}

.line-products-list ul {
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-flow: row wrap;
}

.line-products-list ul li {
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 2%;
  width: 23%;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: none !important;
  position: relative;
}

.line-products-list ul li.atv {
  display: block !important;
}

.line-products-list ul li figure,
.line-products-list ul li img {
  width: 100%;
  display: block;
}

.line-products-list ul li h3 {
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 0 10px;
}

@media (max-width: 1250px) {
  .line-products-list ul li {
    width: 31.33%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 4%;
  }
}

@media (max-width: 950px) {
  .line-products-list ul li {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
  }
}

@media (max-width: 600px) {
  .line-products-list ul li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}

.product .title-header p {
  color: #c4c4c4;
}

.product .gallery-container,
.product .product-description-full {
  width: 50%;
  padding-right: 60px;
  float: left;
}

@media (max-width: 1250px) {
  .product .gallery-container,
  .product .product-description-full {
    padding-right: 30px;
  }
}

@media (max-width: 900px) {
  .product .gallery-container,
  .product .product-description-full {
    width: 100%;
    padding-right: 0;
    padding-left: 0 !important;
    margin-bottom: 30px;
    float: none;
  }
}

.product .product-description-full {
  padding-right: 0;
  padding-left: 60px;
}

@media (max-width: 1250px) {
  .product .product-description-full {
    padding-left: 30px;
  }
}

.product .gallery-product {
  width: 100%;
  display: block;
  margin-bottom: 14px;
}

.product .gallery-product img {
  width: 100%;
}

.product .gallery-thumbs {
  position: relative;
}

.product .gallery-thumbs .slick-slide {
  margin: 0 7px;
}

.product .gallery-thumbs .slick-slide img {
  width: 100%;
}

.product .product-description-full h3 {
  color: #eb5b49;
  margin-bottom: 10px;
}

.product .product-description-full .product-description p {
  font-size: 16px;
  color: #2c2c34;
}

.product .product-description-full .line-colors-list {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
}

.product .product-description-full .line-colors-list figure img {
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.05);
}

.product .product-description-full .table {
  width: 100%;
  display: table;
  clear: both;
  margin-bottom: 40px;
}

.product .product-description-full .table .table-container {
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  padding: 30px;
}

@media (max-width: 600px) {
  .product .product-description-full .table .table-container {
    padding: 10px;
  }
}

@media (max-width: 420px) {
  .product .product-description-full .table .table-container {
    padding: 5px;
  }
}

.product .product-description-full .table .table-container h5 {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  line-height: 23px;
  color: #eb5b49;
  font-weight: bold;
}

@media (max-width: 600px) {
  .product .product-description-full .table .table-container h5 {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .product .product-description-full .table .table-container h5 {
    font-size: 12px;
  }
}

.product .product-description-full .table .table-container p {
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .product .product-description-full .table .table-container p {
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .product .product-description-full .table .table-container p {
    font-size: 12px;
  }
}

.product .product-description-full .table .table-header,
.product .product-description-full .table .table-body {
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  display: table;
  width: 100%;
  padding: 6px 20px;
  margin-bottom: 10px;
}

@media (max-width: 420px) {
  .product .product-description-full .table .table-header,
  .product .product-description-full .table .table-body {
    padding: 3px 10px;
  }
}

.product .product-description-full .table .table-header li,
.product .product-description-full .table .table-body li {
  float: left;
  width: 25%;
}

.product .product-description-full .table .table-body {
  margin-bottom: 20px;
}

.product .product-description-full .table .table-body:last-child {
  margin-bottom: 0;
}

@media (max-width: 420px) {
  .product .product-description-full .table .table-body {
    margin-bottom: 10px;
  }
}

.product .product-description-full .contact-cta {
  text-align: left;
}

.product .product-description-full .contact-cta h3 {
  margin-bottom: 20px;
}

.product .product-description-full .contact-cta .btn {
  margin: 0;
}

.other-product {
  background: #f9f1e7;
}

.other-product h2 {
  color: #eb5b49;
}

.other-product .line-products-list,
.other-product .blog-list {
  width: 100%;
  max-width: 910px;
  float: right;
  position: relative;
  z-index: 1;
}

.other-product .line-products-list::after,
.other-product .blog-list::after {
  content: " ";
  display: block;
  background-image: url("../image/icons/dot-pattern.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 485px;
  height: 400px;
  z-index: -1;
  left: -50%;
  top: 0;
  position: absolute;
  margin-top: 155px;
}

@media (max-width: 1366px) {
  .other-product .line-products-list::after,
  .other-product .blog-list::after {
    margin-top: 124px;
  }
}

@media (max-width: 1100px) {
  .other-product .line-products-list::after,
  .other-product .blog-list::after {
    margin-top: 99.2px;
  }
}

@media (max-width: 900px) {
  .other-product .line-products-list::after,
  .other-product .blog-list::after {
    margin-top: 79.36px;
  }
}

@media (max-width: 600px) {
  .other-product .line-products-list::after,
  .other-product .blog-list::after {
    margin-top: 63.488px;
  }
}

@media (max-width: 450px) {
  .other-product .line-products-list::after,
  .other-product .blog-list::after {
    margin-top: 44.4416px;
  }
}

@media (max-width: 1200px) {
  .other-product .line-products-list::after,
  .other-product .blog-list::after {
    display: none;
  }
}

.other-product .line-products-list ul,
.other-product .blog-list ul {
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-flow: row wrap;
}

.other-product .line-products-list li,
.other-product .blog-list li {
  width: 31.33%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 0;
  display: block !important;
}

@media (max-width: 950px) {
  .other-product .line-products-list li,
  .other-product .blog-list li {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
  }
  .other-product .line-products-list li:nth-of-type(3n),
  .other-product .blog-list li:nth-of-type(3n) {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .other-product .line-products-list li,
  .other-product .blog-list li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .other-product .line-products-list li:last-child,
  .other-product .blog-list li:last-child {
    display: block !important;
    margin-bottom: 0;
  }
}

/*
  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;
*/
.about-inner .text-left,
.about-us .text-left {
  width: 40%;
  float: left;
  padding-right: 40px;
}

.about-inner .text-left .text-item,
.about-us .text-left .text-item {
  max-width: 450px;
  display: block;
  margin-top: 60px;
}

@media (max-width: 1200px) {
  .about-inner .text-left .text-item,
  .about-us .text-left .text-item {
    margin-top: 20px;
  }
}

@media (max-width: 900px) {
  .about-inner .text-left .text-item,
  .about-us .text-left .text-item {
    margin-top: 0;
  }
}

@media (max-width: 1000px) {
  .about-inner .text-left,
  .about-us .text-left {
    width: 50%;
  }
}

@media (max-width: 900px) {
  .about-inner .text-left,
  .about-us .text-left {
    width: 100%;
    padding-right: 0;
    max-width: 600px;
    float: none;
    margin-bottom: 20px;
  }
}

.about-inner .text-left .btn,
.about-us .text-left .btn {
  width: 100%;
}

.about-inner .figure-right,
.about-us .figure-right {
  width: 60%;
  float: left;
  position: relative;
}

@media (max-width: 1000px) {
  .about-inner .figure-right,
  .about-us .figure-right {
    width: 50%;
  }
}

@media (max-width: 900px) {
  .about-inner .figure-right,
  .about-us .figure-right {
    width: 100%;
    padding-right: 0;
    max-width: 600px;
    float: none;
  }
}

.about-inner .figure-right figure,
.about-us .figure-right figure {
  width: 100%;
}

.about-inner .figure-right img,
.about-us .figure-right img {
  width: 100%;
  max-width: 600px;
}

.about-inner::after {
  content: " ";
  display: block;
  background: url("../image/icons/dot-pattern.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 485px;
  height: 400px;
  z-index: -1;
  right: 0;
  top: 0;
  position: absolute;
  margin-top: 80px;
}

@media (max-width: 1366px) {
  .about-inner::after {
    margin-top: 64px;
  }
}

@media (max-width: 1100px) {
  .about-inner::after {
    margin-top: 51.2px;
  }
}

@media (max-width: 900px) {
  .about-inner::after {
    margin-top: 40.96px;
  }
}

@media (max-width: 600px) {
  .about-inner::after {
    margin-top: 32.768px;
  }
}

@media (max-width: 450px) {
  .about-inner::after {
    margin-top: 22.9376px;
  }
}

@media (max-width: 1200px) {
  .about-inner::after {
    display: none;
  }
}

.about-us .text-left .text-item {
  max-width: 480px;
}

.about-us .gallery {
  width: 60%;
  float: left;
  position: relative;
}

@media (max-width: 1000px) {
  .about-us .gallery {
    width: 50%;
  }
}

@media (max-width: 900px) {
  .about-us .gallery {
    width: 100%;
    padding-right: 0;
    max-width: 600px;
    float: none;
  }
}

.about-us .gallery li {
  margin-bottom: 4%;
}

.about-us .gallery li img {
  width: 100%;
  display: block;
}

.about-us .gallery li.small {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.about-us .gallery li.small:nth-of-type(2n + 1) {
  margin-right: 0;
}

/*
  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;
*/
.blog-list-home h2 {
  color: #eb5b49;
}

.blog-list-home .btn {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  margin-top: 30px;
}

.blog-list {
  position: relative;
  display: table;
  width: 100%;
}

.blog-list li {
  width: 30.66%;
  float: left;
  margin-right: 4%;
  text-align: center;
  position: relative;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.blog-list li:nth-of-type(3n) {
  margin-right: 0;
}

.blog-list li:nth-of-type(3n + 1) {
  clear: both;
  display: inline;
}

@media (max-width: 1100px) {
  .blog-list li {
    width: 48%;
    margin-right: 4%;
  }
  .blog-list li:nth-of-type(3n) {
    margin-right: 4%;
  }
  .blog-list li:nth-child(2n) {
    margin-right: 0;
  }
  .blog-list li:nth-child(3n + 1) {
    clear: none;
    display: inline;
  }
  .blog-list li:nth-child(2n + 1) {
    clear: both;
    display: inline;
  }
}

@media (max-width: 600px) {
  .blog-list li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 60px;
  }
  .blog-list li:last-child {
    display: block !important;
    margin-bottom: 0;
  }
}

.blog-list li figure {
  width: 100%;
  display: block;
  overflow: hidden;
}

.blog-list li figure img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.7s ease-out;
  -moz-transition: -moz-transform 0.7s ease-out;
  -o-transition: -o-transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
}

.blog-list li:hover figure img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-list li .description-resume {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: #ffffff;
}

@media (max-width: 1366px) {
  .blog-list li .description-resume {
    padding: 20px 15px;
  }
}

.blog-list li .normal-link {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  z-index: 99;
  position: relative;
  color: #eb5b49;
  border: 2px solid transparent;
}

.blog-list li .normal-link:hover {
  border-bottom: 2px solid;
}

.blog-list li .btn {
  width: 100%;
  margin-bottom: -40px;
  margin-top: 20px;
}

.category-list {
  width: 100%;
  text-align: center;
  clear: both;
  display: table;
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .category-list {
    margin-bottom: 15px;
  }
}

.category-list li {
  display: inline-block;
  vertical-align: middle;
  width: 18%;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
}

.category-list li:nth-child(5n) {
  margin-right: 0;
}

@media (max-width: 1000px) {
  .category-list li {
    width: 23%;
    margin-right: 1%;
  }
  .category-list li:nth-child(5n) {
    margin-right: 1%;
  }
  .category-list li:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width: 620px) {
  .category-list li {
    width: 31%;
    margin-bottom: 4%;
  }
  .category-list li:nth-child(4n) {
    margin-right: 1%;
  }
  .category-list li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 420px) {
  .category-list li {
    width: 48%;
    margin-bottom: 4%;
    margin-right: 2% !important;
  }
  .category-list li:nth-child(2n) {
    margin-right: 0 !important;
  }
}

@media (max-width: 350px) {
  .category-list li {
    width: 100%;
    margin-right: 0 !important;
  }
}

.category-list li:last-child {
  margin-right: 0;
}

.category-list li .btn {
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}

.category-list li .btn strong {
  font-size: 16px;
  text-transform: initial;
}

.blog h1 {
  color: #eb5b49;
}

.blog .pagination {
  margin-top: 60px;
}

.page-inner .page-inner-content {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .page-inner .page-inner-content {
    width: 100%;
    margin-bottom: 20px;
  }
}

.page-inner .page-inner-content .data-author {
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .page-inner .page-inner-content .data-author {
    margin-bottom: 20px;
  }
}

.page-inner .page-inner-content .data-author p,
.page-inner .page-inner-content .data-author a {
  text-align: left;
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px !important;
}

@media (max-width: 600px) {
  .page-inner .page-inner-content .data-author p,
  .page-inner .page-inner-content .data-author a {
    line-height: normal;
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.page-inner .page-inner-content .page-banner {
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 450px) {
  .page-inner .page-inner-content .page-banner {
    margin-bottom: 30px;
  }
}

.page-inner .page-inner-content .page-banner img {
  width: 100%;
}

.page-inner .page-inner-content .editor-content {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}

.page-inner .share-post {
  width: 100%;
  margin: 50px 0;
  text-align: center;
}

@media (max-width: 600px) {
  .page-inner .share-post {
    margin: 20px 0;
  }
}

.page-inner .share-post svg {
  margin-right: 20px;
  vertical-align: middle;
}

.page-inner .share-post a {
  vertical-align: middle;
  border-bottom: 2px solid transparent;
  color: #eb5b49;
}

.page-inner .share-post a:hover {
  border-bottom: 2px solid;
}

.page-inner .share-post .addthis_inline_share_toolbox {
  padding-top: 10px;
  display: none !important;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  position: absolute;
}

@media (max-width: 600px) {
  .page-inner .share-post .addthis_inline_share_toolbox {
    padding-top: 5px;
  }
}

.page-inner .share-post:hover .addthis_inline_share_toolbox {
  display: block !important;
}

.page-inner .btn.go-back {
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 290px;
}

.other-product .blog-list {
  width: 100%;
  max-width: 910px;
  float: right;
}

.other-product .blog-list li {
  width: 46%;
  margin-right: 2%;
  margin-left: 2%;
}

@media (max-width: 600px) {
  .other-product .blog-list li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 60px;
  }
  .other-product .blog-list li:last-child {
    display: block !important;
    margin-bottom: 60px;
  }
}

/*
  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;
*/
.contact {
  position: relative;
  width: 100%;
}

.contact h1 {
  color: #eb5b49;
}

.contact .contact-form {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .contact .contact-form {
    width: 100%;
    padding-right: 0;
  }
}

.form-container {
  width: 100%;
  display: table;
  box-sizing: border-box;
}

.form-container form .input-double {
  float: left;
  margin-bottom: 3%;
  width: 48.5%;
  margin-right: 3%;
}

.form-container form .input-double:nth-of-type(2n) {
  margin-right: 0;
}

@media (max-width: 600px) {
  .form-container form .input-double {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}

.form-container form .input-one {
  width: 100%;
  clear: both;
  margin-bottom: 3%;
  display: table;
}

@media (max-width: 600px) {
  .form-container form .input-one {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}

.form-container form label {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #2c2c34;
  margin-bottom: 10px;
  display: block;
}

.form-container form input,
.form-container form textarea,
.form-container form select {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: none;
  background: #f0f0f0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #2c2c34;
  padding: 0 15px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  .form-container form input,
  .form-container form textarea,
  .form-container form select {
    height: 45px;
  }
}

.form-container form textarea {
  height: 140px;
  padding-top: 15px;
  padding-bottom: 15px;
  resize: none;
}

@media (max-width: 600px) {
  .form-container form textarea {
    height: 80px;
  }
}

.form-container form br {
  display: none;
  clear: both;
}

.form-container form .btn {
  box-sizing: border-box;
  width: 100%;
  max-width: 320px;
  float: right;
  position: relative;
  cursor: pointer;
  margin: 0;
  opacity: 1;
  text-align: center;
  height: auto;
  border-radius: 10px;
  padding: 10px 40px;
  border-radius: 8px;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border: none !important;
  color: #ffffff;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .form-container form .btn {
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: normal;
  }
}

@media (max-width: 600px) {
  .form-container form .btn {
    padding: 10px 20px;
  }
}

.form-container form .btn:hover {
  opacity: 0.5;
}

.wpcf7-not-valid-tip,
.wpcf7-not-valid-tip {
  color: #dc3545;
  opacity: 1;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-spam-blocked {
  margin: 10px 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  opacity: 1;
  color: #dc3545 !important;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-spam-blocked,
.wpcf7-response-output.wpcf7-mail-sent-ok {
  clear: both;
  padding-top: 20px;
  font-size: 18px;
  line-height: normal;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #28a745 !important;
  margin: 10px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.blog-list .wpcf7-not-valid-tip,
.form-container-simples .wpcf7-not-valid-tip {
  display: none;
}
