@charset "UTF-8";
@font-face {
  font-family: Grotesk;
  font-weight: bold;
  src: url("assets/fonts/PxGroteskBold.ttf");
}
@font-face {
  font-family: Grotesk;
  font-weight: normal;
  src: url("assets/fonts/PxGroteskRegular.ttf");
}
@font-face {
  font-family: Grotesk;
  font-weight: 200;
  src: url("assets/fonts/PxGroteskLight.ttf");
}
@font-face {
  font-family: SimplonMono;
  src: url("assets/fonts/SimplonMono-Medium.otf") format("opentype");
}
@font-face {
  font-family: SuisseIntlMono;
  src: url("assets/fonts/SuisseIntlMono-Regular.otf") format("opentype");
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #007180;
  display: block;
  font-size: 15.2px;
  font-size: 0.95rem;
  line-height: 19px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin: 0.8em 1.6em 0.8em 0;
}

.alignright {
  display: inline;
  float: right;
  margin: 0.8em 0 0.8em 1.6em;
}

.aligncenter {
  clear: both;
  margin: 0.8em auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-footer:after {
  clear: both;
}

body,
button,
input,
select,
textarea {
  color: #007180;
  font-family: Grotesk, Helvetica, sans-serif !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
  font-family: Grotesk, Helvetica, sans-serif;
}

h1 {
  font-size: 26.4px;
  font-size: 1.65rem;
  line-height: 33px;
  font-weight: 200;
}

h2 {
  font-size: 26.4px;
  font-size: 1.65rem;
  line-height: 33px;
  font-weight: 200;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22.5px;
  font-weight: 200;
}

h4 {
  font-size: 14.8px;
  font-size: 0.925rem;
  line-height: 18.5px;
  font-weight: 200;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 200;
}

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17.5px;
  font-weight: 200;
}

p {
  margin: 0.8em 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 32.5px;
  font-weight: bold;
  margin: 0 1.6em;
}

address {
  margin: 0 0 1.6em;
}

pre {
  background: rgba(0, 0, 0, 0.02);
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18.75px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18.75px;
}

abbr, acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #999;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0.5em;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #007180;
  border-color: #007180;
  outline: none;
}

select {
  border: 1px solid #ddd;
}

textarea {
  width: 100%;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  border: 2px solid;
  border-color: #007180;
  border-radius: 10px;
  background: transparent;
  box-shadow: none;
  color: #007180;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: 1px;
  line-height: 1;
  padding: 0.8em 1.6em 0.8em;
  text-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover {
  border-color: #007180;
  box-shadow: none;
  color: #007180;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus,
.button:active,
.button:focus {
  border-color: #007180;
  box-shadow: none;
  color: #007180;
}

hr {
  background-color: #ddd;
  border: 0;
  height: 1px;
  margin-bottom: 1.6em;
}

ul, ol {
  margin: 0 0 0.8em 1.6em;
  padding: 0;
}

ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.8em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.6em 1.6em;
}

table {
  background-color: rgba(0, 0, 0, 0.02);
  margin: 0 0 1.6em;
  width: 100%;
}

caption {
  background-color: rgba(0, 0, 0, 0.02);
  padding: 8px 5px;
}

th,
td {
  padding: 8px 5px;
}

a {
  color: #007180;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #007180;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #007180;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  text-decoration: none;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

.entry-content a,
.entry-summary a {
  word-wrap: break-word;
  word-break: break-word;
}

a {
  color: #007180;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #007180;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #007180;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  text-decoration: none;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

.entry-content a,
.entry-summary a {
  word-wrap: break-word;
  word-break: break-word;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

.sticky {
  display: block;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 1.6em;
}

.post-thumbnail {
  margin: 0 0 0.8em;
}

.entry-title {
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 0.2em;
  text-transform: none;
  word-wrap: break-word;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 50px;
}
.entry-title a {
  color: #007180;
  text-decoration: none;
}
.entry-title a:hover, .entry-title a:focus {
  color: #007180;
}

.entry-meta,
.entry-footer {
  color: #999;
  text-transform: lowercase;
  margin: 0 0 1.6em;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17.5px;
}
.entry-meta:before, .entry-meta:after,
.entry-footer:before,
.entry-footer:after {
  content: "";
  display: table;
}
.entry-meta:after,
.entry-footer:after {
  clear: both;
}
.entry-meta a,
.entry-footer a {
  color: #999;
  font-weight: normal;
  text-decoration: none;
}
.entry-meta a:hover, .entry-meta a:focus,
.entry-footer a:hover,
.entry-footer a:focus {
  text-decoration: none;
}

.entry-footer span {
  margin-right: 1.6em;
}

.entry-content,
.entry-summary {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
}

.edit-link {
  float: right;
  display: inline-block;
  clear: right;
}

.more-link {
  font-weight: bold;
  text-decoration: none;
}

.jetpack-recipe {
  padding: 0.8em 1.6em !important;
}

/* Author Bio */
.entry-author {
  background-color: rgba(0, 0, 0, 0.02);
  padding: 1.6em;
  position: relative;
}
.entry-author .author-avatar {
  position: absolute;
  left: 1.6em;
  top: 1.6em;
}
.entry-author .author-title,
.entry-author .author-name {
  line-height: 1.2;
  margin: 0;
}
.entry-author .author-avatar + .author-heading {
  margin-left: 84px;
}
.entry-author .author-bio {
  margin-top: 1.6em;
  margin-bottom: 0;
}
.entry-author .author-title {
  color: #999;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
}

.page-links {
  clear: both;
  margin: 0 0 1.6em;
}

.page-title {
  color: #999;
  line-height: 1.2;
}

.page-template-front-page .site-main {
  margin: 0;
}
.page-template-front-page .site-main > .hentry:first-of-type {
  padding: 0 5%;
  margin-bottom: 0;
}
.page-template-front-page .site-main > .hentry:first-of-type .entry-title {
  text-align: center;
}
.page-template-front-page .site-main > .hentry:first-of-type .entry-content {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 25px;
  margin-bottom: 0;
}
.page-template-front-page .site-main > .hentry:first-of-type .entry-footer {
  margin: 0;
}

.top-bar {
  color: white;
  background-color: #007180;
  font-weight: bold;
  padding: 0.8em 0;
  text-transform: uppercase;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17.5px;
}
.top-bar:before, .top-bar:after {
  content: "";
  display: table;
}
.top-bar:after {
  clear: both;
}
.top-bar .site-description {
  width: 100%;
}
.top-bar a {
  color: white;
}

.no-top-bar .top-bar {
  padding: 0.4em 0;
}

.site-title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  color: #007180;
  -webkit-font-smoothing: antialiased;
}
.site-title a {
  color: #007180;
  text-decoration: none;
}
.site-title a svg path {
  fill: white !important;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

embed,
iframe,
object {
  max-width: 100%;
}

.gallery {
  margin-bottom: 1.6em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.site-footer {
  clear: both;
  background-color: #BCBEC0;
  width: 100%;
  padding-top: 30px;
}
.site-footer .site-info {
  background-color: #BCBEC0;
  color: #80828B;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17.5px;
  padding-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .site-footer .site-info .col-md-6 {
    padding-top: 5px;
    border-top: 1px solid #80828B;
  }
  .site-footer .site-info .col-md-6:first-of-type {
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .site-footer .site-info .col-md-6:last-of-type {
    text-align: right;
  }
}
.site-footer .site-info .col-md-6:last-of-type span {
  color: #80828B;
  padding-bottom: 2px;
}
.site-footer .site-info .col-md-6:last-of-type span a {
  color: #80828B;
}
.site-footer .site-info .col-md-6:last-of-type span a:hover {
  text-decoration: none;
  border-bottom: 1px solid #80828B;
}
.site-footer .footer-menu-section .row {
  padding-bottom: 35px;
}
.site-footer .footer-menu-section ul#footer-menu {
  position: relative;
  margin: 0;
}
.site-footer .footer-menu-section ul#footer-menu a {
  width: 100%;
  display: block;
  color: #007180;
  font-weight: bold;
}
.site-footer .footer-menu-section ul#footer-menu a:hover {
  text-decoration: none;
  font-weight: bold;
}
.site-footer .footer-menu-section ul#footer-menu > li {
  padding-left: 0;
  list-style: none;
  display: inline-block;
  float: left;
  min-width: 115px;
  margin-right: 20px;
  cursor: pointer;
  border-top: 1px solid #007180;
  min-height: 33px;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-menu-section ul#footer-menu > li {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
  }
  .site-footer .footer-menu-section ul#footer-menu > li:before {
    position: absolute;
    right: 0px;
    content: "";
    top: 10px;
    background-image: url("assets/images/Profiltec_Elementos_AF_seta_baixo_cor.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    transition: 0.3s;
  }
  .site-footer .footer-menu-section ul#footer-menu > li.collapsed:before {
    background-image: url("assets/images/Profiltec_Elementos_AF_seta_cima_cor.svg");
  }
}
.site-footer .footer-menu-section ul#footer-menu > li ul {
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .site-footer .footer-menu-section ul#footer-menu > li ul:not(.show) {
    display: none;
  }
}
.site-footer .footer-menu-section ul#footer-menu > li ul li {
  padding: 0px;
  list-style: none;
  border-top: 1px dotted #007180;
  min-height: 33px;
}
.site-footer .footer-menu-section ul#footer-menu > li ul li a {
  font-weight: 200;
  margin-top: 5px;
}

.main-navigation {
  clear: both;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17.5px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  padding: 0px;
}
.main-navigation:before, .main-navigation:after {
  content: "";
  display: table;
}
.main-navigation:after {
  clear: both;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation li {
  border-top: 1px solid #ddd;
  position: relative;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .main-navigation li {
    padding: 0.3em 0 0.2em 1.1em;
  }
  .main-navigation li a, .main-navigation li a:visited {
    font-size: 20.8px;
    font-size: 1.3rem;
    line-height: 26px;
  }
}
@media screen and (min-width: 1000px) {
  .main-navigation li {
    padding: 0.3em 0 0.2em 1.4em;
  }
  .main-navigation li a, .main-navigation li a:visited {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation li {
    padding: 0.3em 0 0.2em 1.9em;
  }
  .main-navigation li a, .main-navigation li a:visited {
    font-size: 28.8px;
    font-size: 1.8rem;
    line-height: 36px;
  }
}
.main-navigation li li a {
  padding-left: 1.6em;
}
.main-navigation li li li a {
  padding-left: 3.2em;
}
.main-navigation li li li li a {
  padding-left: 4.8em;
}
.main-navigation li li li li li a {
  padding-left: 5.4em;
}
.main-navigation a, .main-navigation a:visited {
  color: white;
  display: block;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  padding-bottom: 1px;
  font-weight: 200;
  text-transform: lowercase;
}
.main-navigation li.current-menu-item a, .main-navigation a:hover, .main-navigation a:focus {
  color: white;
  padding-bottom: 0px;
  border-bottom: 1px solid white;
  text-decoration: none;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: white;
}

@media screen and (max-width: 768px) {
  .sticky-wrapper.mobile-overlay {
    height: 100%;
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    left: 0;
    top: 0;
    background-color: #007180;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    display: block;
    max-width: 100%;
  }
  .sticky-wrapper.mobile-overlay .main-navigation {
    display: block;
  }
  .sticky-wrapper.mobile-overlay .main-navigation #top-menu {
    margin-top: 40px;
  }
  .sticky-wrapper.mobile-overlay .main-navigation #top-menu li {
    padding-top: 8px;
    padding-bottom: 20px;
    font-size: 26.4px;
    font-size: 1.65rem;
    line-height: 33px;
    color: white;
    border-top: 1px solid white;
  }
  .sticky-wrapper.mobile-overlay .main-navigation #top-menu li a {
    border-bottom: 0px;
  }
  .sticky-wrapper.mobile-overlay .main-navigation #top-menu li a:hover, .sticky-wrapper.mobile-overlay .main-navigation #top-menu li a:focus {
    border-bottom: 0px;
  }
  .sticky-wrapper.mobile-overlay .main-navigation #top-menu li.current-menu-item {
    border-top-color: #808285;
  }
  .sticky-wrapper.mobile-overlay .main-navigation #top-menu li.current-menu-item a {
    color: #808285;
  }
}
@media screen and (min-width: 768px) {
  .main-navigation {
    clear: none;
    display: block;
    float: right;
    text-align: right;
    margin-left: 0.6em;
    padding: 0.6em 0 0.7em;
    position: relative;
    width: auto;
  }
  .main-navigation li {
    border-top: 0;
    display: inline-block;
    float: none;
  }
  .main-navigation li li a,
.main-navigation li li li a,
.main-navigation li li li li a,
.main-navigation li li li li li a {
    padding-left: 1.6em;
  }
  .main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .main-navigation ul ul {
    background-color: #007180;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    float: left;
    position: absolute;
    top: 1.6em;
    left: -999em;
    z-index: 99999;
    margin-left: 0.8em;
    text-align: left;
  }
  .main-navigation ul ul ul {
    left: -999em;
    top: 0;
    margin-left: 0;
  }
  .main-navigation ul ul li {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  }
  .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
  }
  .main-navigation ul ul .page_item_has_children > a:after,
.main-navigation ul ul .menu-item-has-children > a:after {
    transform: rotate(-90deg);
    top: -2px;
    margin-left: 0;
  }
  .main-navigation ul ul a,
.main-navigation ul ul a:visited {
    color: white;
    width: 200px;
  }
  .main-navigation ul ul a:hover, .main-navigation ul ul a:focus,
.main-navigation ul ul a:visited:hover,
.main-navigation ul ul a:visited:focus {
    color: white;
  }
  .main-navigation ul ul li:nth-of-type(1) a {
    padding-top: 0.6em;
  }
  .main-navigation ul ul li:last-of-type {
    border-bottom: 0;
  }
  .main-navigation ul ul li:last-of-type a {
    padding-bottom: 0.6em;
  }
  .main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
  }
  .main-navigation .page_item_has_children > a:after,
.main-navigation .menu-item-has-children > a:after {
    margin-left: 3px;
    position: relative;
    top: -2px;
  }
}
.site-header {
  text-align: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: #007180;
}
.site-header #header-symbol {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 700px;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .site-header #header-symbol {
    width: 550px;
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .site-header #header-symbol {
    width: 380px;
  }
}
@media screen and (max-width: 400px) {
  .site-header #header-symbol {
    width: 200px;
  }
}

.menu-toggle {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  border: 0px;
  padding: 1.4em 0 0;
  box-shadow: none;
}
.menu-toggle svg {
  height: 32px;
}
.menu-toggle svg #cross {
  display: none;
}
@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}

.mobile-overlay .menu-toggle svg #cross {
  display: block;
}

.mobile-overlay .menu-toggle svg #hamburger {
  display: none;
}

.contact-form {
  background: #007180;
  margin-bottom: 50px;
}
@media screen and (max-width: 728px) {
  .contact-form {
    margin-bottom: 30px;
  }
}
.contact-form .row {
  font-weight: 200;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 728px) {
  .contact-form .row {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .row > div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.contact-form .row h1 {
  color: white;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .contact-form .row h1 {
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
.contact-form .row input[type=text], .contact-form .row input[type=email], .contact-form .row textarea {
  width: 100% !important;
  background: none;
  color: white;
  display: block;
  border: 0px;
  border-radius: 0;
  border-bottom: 1px dotted white;
  margin-bottom: 15px;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 24px;
}
.contact-form .row input[type=text]::placeholder, .contact-form .row input[type=email]::placeholder, .contact-form .row textarea::placeholder {
  color: white;
}
.contact-form .row input[type=submit] {
  border: 1px solid white;
  border-radius: 0;
  color: white;
  background: none;
  width: 100%;
  display: block;
  padding: 15px 30px 15px 30px;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 24px;
}
.contact-form .row input[type=submit]:hover {
  color: white;
  padding: 12px 27px 12px 27px !important;
  border: 4px solid white;
}

.showcase {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 728px) {
  .showcase {
    margin-bottom: 30px;
  }
}
.showcase .panel {
  background-size: cover;
  background-color: #007180;
  cursor: pointer;
  border: 3px solid white;
  overflow: hidden;
}
.showcase .panel:hover, .showcase .panel:focus {
  border: 3px solid #007180;
}
.showcase .panel:hover .carousel-inner, .showcase .panel:focus .carousel-inner {
  background: white;
}
.showcase .panel:hover .carousel-inner .carousel-item img, .showcase .panel:focus .carousel-inner .carousel-item img {
  opacity: 0.15;
}
.showcase .panel:hover a, .showcase .panel:focus a {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: white;
  text-transform: uppercase;
  border-bottom: 1px solid #007180;
  text-decoration: none;
  color: #007180;
}
.showcase .panel:hover h1, .showcase .panel:focus h1 {
  color: #007180;
}
.showcase .panel:hover #header-symbol svg path, .showcase .panel:focus #header-symbol svg path {
  fill: #007180;
}
.showcase .panel h1 {
  position: absolute;
  left: 20px;
  top: 20px;
  color: white;
  max-width: 280px;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .showcase .panel h1 {
    font-size: 26.4px;
    font-size: 1.65rem;
    line-height: 33px;
    max-width: initial;
  }
}
.showcase .panel a {
  display: none;
}
.showcase .panel #header-symbol {
  position: absolute;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
.showcase .panel #header-symbol svg {
  width: 550px;
  position: relative;
  top: 50%;
  transition: 0.3s;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .showcase .panel #header-symbol svg {
    width: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .showcase .panel #header-symbol svg {
    width: 280px;
  }
}
@media screen and (max-width: 400px) {
  .showcase .panel #header-symbol svg {
    width: 200px;
  }
}

@keyframes hideshow {
  0% {
    opacity: 1;
  }
  14% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.excel {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 728px) {
  .excel {
    margin-bottom: 30px;
  }
}
.excel .panel {
  background: #E6E7E8;
  cursor: pointer;
}
.excel .panel:hover h1, .excel .panel:focus h1 {
  color: #007180;
}
.excel .panel:hover #symbol svg path, .excel .panel:focus #symbol svg path {
  fill: #007180 !important;
}
.excel .panel:hover a, .excel .panel:focus a {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #007180;
  text-transform: uppercase;
  border-bottom: 1px solid #007180;
  text-decoration: none;
}
.excel .panel h1 {
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  color: #808285;
  font-weight: 200;
  max-width: 280px;
}
@media screen and (max-width: 768px) {
  .excel .panel h1 {
    font-size: 26.4px;
    font-size: 1.65rem;
    line-height: 33px;
    max-width: initial;
  }
}
.excel .panel a {
  display: none;
  text-decoration: none;
}
.excel .panel #symbol {
  position: relative;
  padding-top: 85px;
  padding-bottom: 85px;
  width: 600px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .excel .panel #symbol {
    padding-top: 140px;
  }
}
.excel .panel #symbol svg path {
  opacity: 0;
  fill: #808285 !important;
  animation: hideshow 10.5s step-end infinite;
}
.excel .panel #symbol svg path:nth-child(2) {
  animation-delay: 1.5s;
}
.excel .panel #symbol svg path:nth-child(3) {
  animation-delay: 3s;
}
.excel .panel #symbol svg path:nth-child(4) {
  animation-delay: 4.5s;
}
.excel .panel #symbol svg path:nth-child(5) {
  animation-delay: 6s;
}
.excel .panel #symbol svg path:nth-child(6) {
  animation-delay: 7.5s;
}
.excel .panel #symbol svg path:nth-child(7) {
  animation-delay: 9s;
}
@media screen and (max-width: 800px) {
  .excel .panel #symbol {
    width: 550px;
  }
}
@media screen and (max-width: 600px) {
  .excel .panel #symbol {
    width: 380px;
  }
}
@media screen and (max-width: 400px) {
  .excel .panel #symbol {
    width: 200px;
  }
}

.tipos-servicos .row:not(:first-of-type) {
  margin-top: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 728px) {
  .tipos-servicos .row:not(:first-of-type) {
    margin-bottom: 30px;
  }
}
.tipos-servicos .row .servico {
  position: relative;
  transition: 0.3s;
}
.tipos-servicos .row .servico h2 {
  border-top: 1px solid #808285;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #808285;
  position: relative;
  transition: 0.3s;
}
.tipos-servicos .row .servico h2:before {
  position: absolute;
  right: 0px;
  content: "";
  top: calc(50% - 15px);
  background-image: url("assets/images/Profiltec_Elementos_AF_seta_baixo_cinza_A.svg");
  background-repeat: no-repeat;
  width: 50px;
  height: 30px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .tipos-servicos .row .servico:not(:first-of-type) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .tipos-servicos .row .servico:first-of-type {
    padding-right: 20px !important;
  }
  .tipos-servicos .row .servico:not(:first-of-type) {
    padding-left: 20px !important;
  }
}
.tipos-servicos .row .servico .panel {
  height: 400px;
  background-position: center center;
  background-size: cover;
  position: relative;
  border: 0px;
  margin-top: 1px;
  margin-bottom: 1px;
}
.tipos-servicos .row .servico .panel div {
  height: 0%;
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  color: #808285;
  font-size: 20.8px;
  font-size: 1.3rem;
  line-height: 26px;
  transition: height 0.2s ease-out;
}
.tipos-servicos .row .servico .panel div p {
  font-weight: bold;
  display: none;
  transition: 0.3s;
  line-height: 30px;
}
.tipos-servicos .row .servico .panel div a {
  display: none;
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #007180;
  text-transform: uppercase;
  padding-bottom: 1px;
  border-bottom: 1px solid #007180;
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
}
.tipos-servicos .row .servico .panel div a:hover {
  text-decoration: none;
}
.tipos-servicos .row .servico.open {
  cursor: pointer;
}
.tipos-servicos .row .servico.open h2 {
  color: #007180;
  border-top-color: #007180;
}
.tipos-servicos .row .servico.open h2:before {
  background-image: url("assets/images/Profiltec_Elementos_AF_seta_cima_cor.svg");
}
.tipos-servicos .row .servico.open .panel {
  border-top: 1px solid #808285;
  border-bottom: 1px solid #808285;
  margin: 0px;
}
.tipos-servicos .row .servico.open .panel div {
  display: block !important;
  height: 100%;
  padding: 10px;
  padding-top: 20px;
}
.tipos-servicos .row .servico.open .panel div p, .tipos-servicos .row .servico.open .panel div a {
  display: inline-block;
}

#tipos-inovacoes {
  overflow: hidden;
  margin-bottom: 50px;
  /*----- quando estiver activado via click ---------*/
}
@media screen and (max-width: 728px) {
  #tipos-inovacoes {
    margin-bottom: 30px;
  }
}
#tipos-inovacoes.show-info .carousel-control-prev-icon svg rect, #tipos-inovacoes.show-info .carousel-control-next-icon svg rect {
  color: #007180;
  fill: #007180 !important;
}
#tipos-inovacoes.show-info .row .carousel-item .carousel-item-content h3, #tipos-inovacoes.show-info .row .carousel-item .carousel-item-content p, #tipos-inovacoes.show-info .row .carousel-item .carousel-item-content .info-symbol svg path, #tipos-inovacoes.show-info .row .carousel-item .carousel-item-content .info-symbol svg polygon, #tipos-inovacoes.show-info .row .carousel-item .carousel-item-content .info-symbol svg rect {
  color: #007180;
  fill: #007180 !important;
}
#tipos-inovacoes.show-info .row .carousel-item .carousel-item-content .info-symbol svg #open {
  display: none;
}
#tipos-inovacoes.show-info .row .carousel-item .carousel-item-content .info-symbol svg #close {
  display: block !important;
}
#tipos-inovacoes.show-info .row .carousel-item .carousel-item-content h3 {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
#tipos-inovacoes.show-info .row .carousel-item .carousel-item-content p {
  visibility: visible;
}
#tipos-inovacoes.show-info .row .carousel-item .backdrop {
  opacity: 0.85;
}
#tipos-inovacoes .row {
  position: relative;
}
#tipos-inovacoes .row .carousel-item {
  min-height: 600px;
  background-size: cover;
  background-position: center center;
  padding: 30px;
  cursor: pointer;
  overflow: hidden;
}
#tipos-inovacoes .row .carousel-item .backdrop {
  background-color: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.35s;
}
#tipos-inovacoes .row .carousel-item .carousel-item-content {
  display: flex;
}
@media screen and (max-width: 768px) {
  #tipos-inovacoes .row .carousel-item .carousel-item-content {
    flex-direction: column;
  }
}
#tipos-inovacoes .row .carousel-item .carousel-item-content h3 {
  color: white;
  font-weight: 400;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 35px;
  text-shadow: 0 0 10px black;
}
@media screen and (min-width: 768px) {
  #tipos-inovacoes .row .carousel-item .carousel-item-content h3 {
    flex: 0.5;
  }
}
@media screen and (max-width: 768px) {
  #tipos-inovacoes .row .carousel-item .carousel-item-content h3 {
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 28px;
  }
}
#tipos-inovacoes .row .carousel-item .carousel-item-content p {
  color: white;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 35px;
  visibility: hidden;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #tipos-inovacoes .row .carousel-item .carousel-item-content p {
    flex: 0.5;
  }
}
@media screen and (max-width: 768px) {
  #tipos-inovacoes .row .carousel-item .carousel-item-content p {
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 28px;
    padding-top: 300px;
  }
}
#tipos-inovacoes .row .carousel-item .carousel-item-content .info-symbol {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
}
@media screen and (max-width: 768px) {
  #tipos-inovacoes .row .carousel-item .carousel-item-content .info-symbol {
    width: 30px;
  }
}
#tipos-inovacoes .row .carousel-item .carousel-item-content:hover h3, #tipos-inovacoes .row .carousel-item .carousel-item-content:hover p, #tipos-inovacoes .row .carousel-item .carousel-item-content:hover .info-symbol svg path, #tipos-inovacoes .row .carousel-item .carousel-item-content:hover .info-symbol svg polygon, #tipos-inovacoes .row .carousel-item .carousel-item-content:hover .info-symbol svg rect, #tipos-inovacoes .row .carousel-item .carousel-item-content:focus h3, #tipos-inovacoes .row .carousel-item .carousel-item-content:focus p, #tipos-inovacoes .row .carousel-item .carousel-item-content:focus .info-symbol svg path, #tipos-inovacoes .row .carousel-item .carousel-item-content:focus .info-symbol svg polygon, #tipos-inovacoes .row .carousel-item .carousel-item-content:focus .info-symbol svg rect {
  color: #007180;
  fill: #007180 !important;
}
#tipos-inovacoes .row .carousel-item .carousel-item-content:hover h3, #tipos-inovacoes .row .carousel-item .carousel-item-content:focus h3 {
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
#tipos-inovacoes .row .carousel-control-prev, #tipos-inovacoes .row .carousel-control-next {
  opacity: 1;
  top: calc(50% - 19px);
  bottom: initial;
  width: 10%;
}
#tipos-inovacoes .row .carousel-control-prev:hover svg rect, #tipos-inovacoes .row .carousel-control-next:hover svg rect {
  fill: #007180 !important;
}
#tipos-inovacoes .row .carousel-control-prev .carousel-control-prev-icon, #tipos-inovacoes .row .carousel-control-prev .carousel-control-next-icon, #tipos-inovacoes .row .carousel-control-next .carousel-control-prev-icon, #tipos-inovacoes .row .carousel-control-next .carousel-control-next-icon {
  width: 38px;
  height: 69px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #tipos-inovacoes .row .carousel-control-prev .carousel-control-prev-icon, #tipos-inovacoes .row .carousel-control-prev .carousel-control-next-icon, #tipos-inovacoes .row .carousel-control-next .carousel-control-prev-icon, #tipos-inovacoes .row .carousel-control-next .carousel-control-next-icon {
    width: 19px;
    height: 35px;
  }
}
#tipos-inovacoes .row .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("assets/images/seta_esq.svg");
}
#tipos-inovacoes .row .carousel-control-next .carousel-control-next-icon {
  background-image: url("assets/images/seta_dir.svg");
}

.front-page .site-header {
  background-image: none;
}
.front-page .container-common {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 50px;
  color: #808285;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .front-page .container-common {
    font-size: 26.4px;
    font-size: 1.65rem;
    line-height: 33px;
  }
  .front-page .container-common h1 {
    font-size: 26.4px;
    font-size: 1.65rem;
    line-height: 33px;
  }
}
.front-page .container-common .wp-block-columns {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0px;
  padding-bottom: 30px;
  border-bottom: 1px #808285 solid;
}
@media screen and (max-width: 728px) {
  .front-page .container-common .wp-block-columns {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .front-page .container-common .wp-block-columns {
    flex-direction: column;
  }
  .front-page .container-common .wp-block-columns .wp-block-column {
    width: 100%;
  }
  .front-page .container-common .wp-block-columns .wp-block-column:first-of-type {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .front-page .container-common .wp-block-columns .wp-block-column p, .front-page .container-common .wp-block-columns .wp-block-column h1 {
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 24px;
    font-weight: 200;
  }
}
.front-page .container-common .wp-block-columns .wp-block-column:first-of-type {
  flex: 0.7;
}
.front-page .container-common .wp-block-columns .wp-block-column:first-of-type h1 {
  color: #007180;
  max-width: 60%;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .front-page .container-common .wp-block-columns .wp-block-column:first-of-type h1 {
    font-size: 26.4px;
    font-size: 1.65rem;
    line-height: 33px;
  }
}
.front-page .random-prod {
  background: #E6E7E8;
  padding: 30px;
}
.front-page .random-prod h2 {
  max-width: 300px;
  color: #808285;
}

.page-contacto .wp-block-columns {
  margin-top: 50px;
  color: #808285;
  font-weight: 200;
  font-size: 16.8px;
  font-size: 1.05rem;
  line-height: 21px;
  line-height: 23px;
}
@media screen and (max-width: 728px) {
  .page-contacto .wp-block-columns {
    flex-direction: column;
  }
}
@media screen and (max-width: 728px) {
  .page-contacto .wp-block-columns {
    margin-top: 30px;
  }
}
.page-contacto .wp-block-columns h3, .page-contacto .wp-block-columns h4, .page-contacto .wp-block-columns h5 {
  border-top: 1px solid #007180;
  color: #007180;
  width: calc(100% - 20px);
  padding-top: 15px;
  font-weight: lighter;
  font-size: 16.8px;
  font-size: 1.05rem;
  line-height: 21px;
  line-height: 23px;
  margin-bottom: 0px;
}

.page-empresa .container-common {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 728px) {
  .page-empresa .container-common {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.page-empresa .container-common h1, .page-empresa .container-common h2 {
  color: #007180;
  max-width: 60%;
  margin-bottom: 50px;
  font-weight: 200;
}
@media screen and (max-width: 728px) {
  .page-empresa .container-common h1, .page-empresa .container-common h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-empresa .container-common h1, .page-empresa .container-common h2 {
    font-size: 26.4px;
    font-size: 1.65rem;
    line-height: 33px;
  }
}
.page-empresa .container-common .wp-block-columns p {
  color: #808285;
  max-width: calc(100% - 20px);
  font-size: 15.2px;
  font-size: 0.95rem;
  line-height: 19px;
  line-height: 19px;
  font-weight: 200;
}
.page-empresa .container-common .wp-block-columns:last-of-type .wp-block-column:nth-child(2) {
  flex: 2;
}
.page-empresa .container-common .wp-block-columns:last-of-type .wp-block-column:last-of-type {
  display: none;
}

.category-portfolio #primary > .container {
  margin-top: 50px;
}
@media screen and (max-width: 728px) {
  .category-portfolio #primary > .container {
    margin-top: 30px;
  }
}
.category-portfolio .contact-form {
  margin-bottom: 0px;
}
.category-portfolio .portfolio-gallery-row {
  position: relative;
  background: #BCBEC0;
  margin-bottom: 50px;
  /* ----------- hovers do carousel ---------------*/
}
@media screen and (max-width: 728px) {
  .category-portfolio .portfolio-gallery-row {
    margin-bottom: 30px;
  }
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-indicators:hover li {
  border: 1px solid #007180;
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-indicators:hover li svg polygon, .category-portfolio .portfolio-gallery-row .carousel .carousel-indicators:hover li svg rect {
  fill: #007180 !important;
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-indicators:hover li.active {
  background-color: #007180;
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-indicators:hover li.active svg polygon, .category-portfolio .portfolio-gallery-row .carousel .carousel-indicators:hover li.active svg rect {
  fill: white !important;
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-control-prev:hover .carousel-control-prev-icon {
  background-image: url("assets/images/seta_esq_hover.svg") !important;
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-control-next:hover .carousel-control-next-icon {
  background-image: url("assets/images/seta_dir_hover.svg") !important;
}
.category-portfolio .portfolio-gallery-row .carousel {
  width: 100%;
}
.category-portfolio .portfolio-gallery-row .carousel h1 {
  margin: 0px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 33.6px;
  font-size: 2.1rem;
  line-height: 42px;
  line-height: 45px;
}
@media screen and (max-width: 768px) {
  .category-portfolio .portfolio-gallery-row .carousel h1 {
    font-size: 26.4px;
    font-size: 1.65rem;
    line-height: 33px;
  }
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-control-prev {
  opacity: 1;
  width: 10% !important;
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("assets/images/seta_esq.svg");
  width: 38px;
  height: 69px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .category-portfolio .portfolio-gallery-row .carousel .carousel-control-prev .carousel-control-prev-icon {
    width: 19px;
    height: 35px;
  }
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-control-next {
  opacity: 1;
  width: 10% !important;
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-control-next .carousel-control-next-icon {
  background-image: url("assets/images/seta_dir.svg");
  width: 38px;
  height: 69px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .category-portfolio .portfolio-gallery-row .carousel .carousel-control-next .carousel-control-next-icon {
    width: 19px;
    height: 35px;
  }
}
.category-portfolio .portfolio-gallery-row .carousel.showing-info-slide .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("assets/images/seta_esq_cinza.svg");
}
.category-portfolio .portfolio-gallery-row .carousel.showing-info-slide .carousel-control-next .carousel-control-next-icon {
  background-image: url("assets/images/seta_dir_cinza.svg");
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-indicators li {
  width: 15px;
  height: 15px;
  background: none;
  border-radius: 50%;
  border: 1px solid #808285;
  margin-right: 5px;
  margin-left: 5px;
  text-indent: 0;
  line-height: 15px;
  color: #fff;
  position: relative;
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-indicators li svg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  fill: #BCBEC0 !important;
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-indicators li.active {
  background-color: #808285;
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-indicators li.active svg polygon, .category-portfolio .portfolio-gallery-row .carousel .carousel-indicators li.active svg rect {
  fill: #BCBEC0 !important;
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-item:not(.carousel-item-info) .entry-header {
  position: absolute;
  top: 20px;
  left: 25px;
  color: white;
  z-index: 999;
  background: none;
  padding: 0px;
  width: calc(100% - 50px);
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-item-info {
  padding: 25px;
  color: #808285;
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-item-info p {
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 16px;
  font-weight: 200;
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-item-info .produtos {
  margin-top: 250px;
  padding-top: 10px;
  border-top: 1px solid #808285;
}
@media screen and (max-width: 768px) {
  .category-portfolio .portfolio-gallery-row .carousel .carousel-item-info .produtos {
    margin-top: 150px;
  }
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-item-info .produtos ul {
  margin: 0px;
  margin-bottom: 30px;
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-item-info .produtos ul li {
  padding: 0;
  display: inline-block;
  list-style: none;
  text-align: center;
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-item-info .produtos ul li img {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .category-portfolio .portfolio-gallery-row .carousel .carousel-item-info .produtos ul li img {
    height: 70px;
  }
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-item-info .produtos ul li p {
  font-weight: bold;
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-item-info .entry-header {
  border-bottom: 1px solid #808285;
  color: #808285;
  margin-bottom: 10px;
}
.category-portfolio .portfolio-gallery-row .carousel .carousel-item-info .entry-header h1 {
  text-shadow: none !important;
}
.category-portfolio .outros h1 {
  color: #808285;
}
@media screen and (max-width: 768px) {
  .category-portfolio .outros h1 {
    font-size: 26.4px;
    font-size: 1.65rem;
    line-height: 33px;
  }
}
.category-portfolio .outros .col-md-4 {
  padding-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .category-portfolio .outros .col-md-4 {
    padding-right: 20px !important;
  }
}
.category-portfolio .outros .col-md-4 h4 {
  border-top: 1px solid #808285;
  padding-top: 10px;
  color: #808285;
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 16px;
}
.category-portfolio .outros:last-of-type {
  margin-bottom: 50px;
}
@media screen and (max-width: 728px) {
  .category-portfolio .outros:last-of-type {
    margin-bottom: 30px;
  }
}
.category-portfolio .fancybox-infobar {
  color: white !important;
}
.category-portfolio .fancybox-container .fancybox-button--arrow_right, .category-portfolio .fancybox-container .fancybox-button--arrow_left {
  padding: 0px !important;
}
.category-portfolio .fancybox-container .fancybox-button--arrow_right :hover svg rect, .category-portfolio .fancybox-container .fancybox-button--arrow_left :hover svg rect {
  fill: #007180 !important;
}
.category-portfolio .fancybox-container .fancybox-button--arrow_right div, .category-portfolio .fancybox-container .fancybox-button--arrow_left div {
  background: none !important;
}
.category-portfolio .fancybox-container .fancybox-button--close {
  color: white;
  background: none !important;
  width: 70px;
  height: 70px;
}
.category-portfolio .fancybox-container .fancybox-button--close :hover {
  color: #007180 !important;
}

.category .tipos-produtos {
  padding-top: 5px;
  padding-bottom: 5px;
  background: #E6E7E8;
  margin-bottom: 50px;
}
@media screen and (max-width: 728px) {
  .category .tipos-produtos {
    margin-bottom: 30px;
  }
}
.category .tipos-produtos ul {
  margin: 0 auto;
  text-align: center;
}
.category .tipos-produtos ul li {
  padding: 0;
  display: inline-block;
  list-style: none;
  text-align: center;
}
.category .tipos-produtos ul li:not(:last-of-type) {
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .category .tipos-produtos ul li:not(:last-of-type) {
    margin-right: 0px;
  }
}
.category .tipos-produtos ul li a {
  text-decoration: none;
}
.category .tipos-produtos ul li svg {
  height: 100px;
}
.category .tipos-produtos ul li p {
  font-weight: bold;
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 16px;
  color: #808285;
}
.category .tipos-produtos ul li:hover p, .category .tipos-produtos ul li:focus p, .category .tipos-produtos ul li.active p {
  color: #007180;
}
.category .tipos-produtos ul li:hover svg path, .category .tipos-produtos ul li:focus svg path, .category .tipos-produtos ul li.active svg path {
  fill: #007180;
}
.category .table-products {
  margin-bottom: 50px;
  position: relative;
  /*  menu esquerda */
  /* produtos á direita */
}
@media screen and (max-width: 728px) {
  .category .table-products {
    margin-bottom: 30px;
  }
}
.category .table-products .col-md-4 {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
@media screen and (max-width: 768px) {
  .category .table-products .col-md-4 {
    display: none;
  }
}
.category .table-products .col-md-4 ul {
  margin: 0 auto;
  top: 0px;
  left: 0px;
  position: absolute;
  width: 70%;
}
.category .table-products .col-md-4 ul li {
  padding: 0;
  list-style: none;
  text-align: left;
  border-top: 1px solid #C0C2C4;
  padding-top: 9px;
  padding-bottom: 13px;
  position: relative;
}
.category .table-products .col-md-4 ul li:before {
  position: absolute;
  right: 0px;
  top: calc(50% - 13px);
  color: #C0C2C4;
  content: "";
  font: normal 26px/1 "Genericons";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);
}
.category .table-products .col-md-4 ul li a {
  color: #C0C2C4;
  display: block;
  font-weight: 200;
}
.category .table-products .col-md-4 ul li.active, .category .table-products .col-md-4 ul li:hover {
  border-top-color: #007180;
}
.category .table-products .col-md-4 ul li.active a, .category .table-products .col-md-4 ul li:hover a {
  color: #007180;
  text-decoration: none;
}
.category .table-products .col-md-4 ul li.active:before, .category .table-products .col-md-4 ul li:hover:before {
  color: #007180;
}
.category .table-products .col-md-8 .product-item {
  border-top: 2px solid #007180;
}
.category .table-products .col-md-8 .product-item .row:first-of-type h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #007180;
  font-weight: bold;
}
.category .table-products .col-md-8 .product-item .row:last-of-type > div {
  padding: 0px;
}
.category .table-products .col-md-8 .product-item .row:last-of-type > div .entry-content {
  margin-right: 20px;
}
.category .table-products .col-md-8 .product-item .row:last-of-type > div .entry-content, .category .table-products .col-md-8 .product-item .row:last-of-type > div .post-thumbnail {
  padding: 0px;
  padding-top: 11px;
  border-top: 1px solid #808285;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17.5px;
  color: #808285;
  font-weight: 200;
}
.category .table-products .col-md-8 .product-item .row:last-of-type > div .entry-content hr, .category .table-products .col-md-8 .product-item .row:last-of-type > div .post-thumbnail hr {
  border-top: 1px dotted #808285;
  background: none;
}
.category .table-products .col-md-8 .product-item .row:last-of-type > div .entry-content .carousel, .category .table-products .col-md-8 .product-item .row:last-of-type > div .post-thumbnail .carousel {
  position: relative;
}
.category .table-products .col-md-8 .product-item .row:last-of-type > div .entry-content .carousel .carousel-control-prev, .category .table-products .col-md-8 .product-item .row:last-of-type > div .post-thumbnail .carousel .carousel-control-prev {
  opacity: 1;
  width: 10%;
}
.category .table-products .col-md-8 .product-item .row:last-of-type > div .entry-content .carousel .carousel-control-prev .carousel-control-prev-icon, .category .table-products .col-md-8 .product-item .row:last-of-type > div .post-thumbnail .carousel .carousel-control-prev .carousel-control-prev-icon {
  opacity: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#808285' viewBox='0 0 16 16'%3E%3Cpolygon points='8,12.7 1.3,6 2.7,4.6 8,9.9 13.3,4.6 14.7,6'/%3E%3C/svg%3E");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);
}
.category .table-products .col-md-8 .product-item .row:last-of-type > div .entry-content .carousel .carousel-control-prev:hover .carousel-control-prev-icon, .category .table-products .col-md-8 .product-item .row:last-of-type > div .post-thumbnail .carousel .carousel-control-prev:hover .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#007180' viewBox='0 0 16 16'%3E%3Cpolygon points='8,12.7 1.3,6 2.7,4.6 8,9.9 13.3,4.6 14.7,6'/%3E%3C/svg%3E");
}
.category .table-products .col-md-8 .product-item .row:last-of-type > div .entry-content .carousel .carousel-control-next, .category .table-products .col-md-8 .product-item .row:last-of-type > div .post-thumbnail .carousel .carousel-control-next {
  opacity: 1;
  width: 10%;
}
.category .table-products .col-md-8 .product-item .row:last-of-type > div .entry-content .carousel .carousel-control-next .carousel-control-next-icon, .category .table-products .col-md-8 .product-item .row:last-of-type > div .post-thumbnail .carousel .carousel-control-next .carousel-control-next-icon {
  opacity: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#808285' viewBox='0 0 16 16'%3E%3Cpolygon points='8,12.7 1.3,6 2.7,4.6 8,9.9 13.3,4.6 14.7,6'/%3E%3C/svg%3E");
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1);
}
.category .table-products .col-md-8 .product-item .row:last-of-type > div .entry-content .carousel .carousel-control-next:hover .carousel-control-next-icon, .category .table-products .col-md-8 .product-item .row:last-of-type > div .post-thumbnail .carousel .carousel-control-next:hover .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#007180' viewBox='0 0 16 16'%3E%3Cpolygon points='8,12.7 1.3,6 2.7,4.6 8,9.9 13.3,4.6 14.7,6'/%3E%3C/svg%3E");
}

.page-servicos .servicos-header h1 {
  margin-top: 50px;
  margin-bottom: 50px;
  color: #007180;
  font-weight: 200;
  max-width: 80%;
}
@media screen and (max-width: 728px) {
  .page-servicos .servicos-header h1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-servicos .servicos-header h1 {
    font-size: 26.4px;
    font-size: 1.65rem;
    line-height: 33px;
  }
}
.page-servicos .servicos-header img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-servicos .servicos-header img {
    max-height: 250px;
  }
}
.page-servicos .container.container-common h2 {
  color: #007180;
  margin-top: 50px;
  padding-top: 10px;
  font-weight: bold;
  border-top: 2px solid #007180;
  margin-bottom: 25px;
}
@media screen and (max-width: 728px) {
  .page-servicos .container.container-common h2 {
    margin-top: 30px;
  }
}
.page-servicos .container.container-common .wp-block-columns {
  margin-bottom: 50px;
}
@media screen and (max-width: 728px) {
  .page-servicos .container.container-common .wp-block-columns {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-servicos .container.container-common .wp-block-columns {
    flex-direction: column-reverse;
  }
  .page-servicos .container.container-common .wp-block-columns > .blocks-gallery-item {
    width: 100%;
  }
}
.page-servicos .container.container-common .wp-block-columns .wp-block-column .wp-block-gallery {
  margin: 0px;
}
@media screen and (min-width: 768px) {
  .page-servicos .container.container-common .wp-block-columns .wp-block-column:first-of-type {
    flex: 0.5;
  }
}
.page-servicos .container.container-common .wp-block-columns .wp-block-column:first-of-type p {
  font-size: 15.2px;
  font-size: 0.95rem;
  line-height: 19px;
  font-weight: 200;
  color: #808285;
  border-top: 1px solid #808285;
  padding-top: 10px;
  margin-right: 20px;
}
.page-servicos .container.container-common .wp-block-columns .wp-block-column:not(:first-of-type) {
  border-top: 1px solid #808285;
  padding-top: 10px;
}

.noscroll {
  overflow: hidden;
}

.container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.container .row {
  margin-right: 0;
  margin-left: 0;
}
.container .row > .col,
.container .row > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .content-area > .container:not(.full-width), .site-footer > .container:not(.full-width) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .content-area > .container.full-width, .site-footer > .container.full-width {
    max-width: 100%;
  }
}
.site-branding-wrapper {
  padding: 1.3em 0 1.3em;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.site-branding-wrapper a {
  color: white;
}

@media screen and (min-width: 768px) {
  /* Increase font sizes on larger screens */
  .site-title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 52.5px;
  }

  .site-info {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
  }

  .page-template-front-page .site-main > .hentry:first-of-type .entry-content {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 35px;
  }

  .entry-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
    word-wrap: normal;
  }

  .entry-content,
.entry-summary {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22.5px;
  }

  .widget-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
  }

  h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
    font-weight: 200;
  }

  h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
    font-weight: 200;
  }

  h3 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 37.5px;
    font-weight: 200;
  }

  h4 {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 32.5px;
    font-weight: 200;
  }

  h5 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
    font-weight: 200;
  }

  h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    font-weight: 200;
  }

  .site-header {
    text-align: left;
  }

  .site-branding-wrapper {
    padding: 0.6em 0 0.7em;
  }

  .sticky-wrapper {
    z-index: 2;
    transition: 0.2s;
  }

  .site-branding {
    float: left;
    display: inline-block;
    margin-right: 1.6em;
    min-width: 25%;
    padding: 0;
  }
  .site-branding .site-title {
    clear: none;
    display: inline-block;
    vertical-align: middle;
  }

  .genericon, .main-navigation .page_item_has_children > a:after,
.main-navigation .menu-item-has-children > a:after {
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    font-family: "Genericons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
  }

  .genericon-expand, .main-navigation .page_item_has_children > a:after,
.main-navigation .menu-item-has-children > a:after {
    content: "";
  }

  .site-main {
    margin: 0 40% 0 0;
  }

  .page-template-front-page .site-main > .hentry:first-of-type {
    padding: 0;
  }

  .posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
  }
}
.sticky-wrapper {
  z-index: 7;
}
@media screen and (max-width: 768px) {
  .sticky-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 1100px) {
  .admin-bar .sticky-wrapper {
    top: 46px;
  }
}
@media screen and (min-width: 1100px) {
  .admin-bar .sticky-wrapper {
    top: 32px;
  }
}
#map {
  height: 600px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 728px) {
  #map {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.error-404 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.error-404 h1 {
  color: #007180;
}
.error-404 a:hover {
  text-decoration: none;
  color: #007180;
}

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