@import url(https://fonts.googleapis.com/css2?family=Dosis:wght@300;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat);
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
html {
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1344px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}
p {
  line-height: 1.5;
}
.center {
  width: 1285px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 1344px) {
  .center {
    width: 90%;
  }
}
.center-full {
  width: calc(100% - 120px);
  max-width: 1785px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1344px) {
  .center-full {
    width: 90%;
  }
}
.load-more {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 3.125rem auto 0;
  width: 165px;
  height: 65px;
  font-size: 22px;
  font-family: 'Dosis', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2e4a6c;
  border: 1px solid transparent;
  transition: 0.3s;
}
.load-more span {
  width: 15px;
  height: 15px;
  position: relative;
  margin-left: 10px;
}
.load-more span:before,
.load-more span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #2e4a6c;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.load-more span:after {
  height: 100%;
  width: 2px;
}
.load-more.loading {
  cursor: wait;
  background: rgba(46,74,108,0.2);
}
.load-more:hover,
.load-more.loading {
  border: 1px solid #2e4a6c;
}
footer {
  display: fixed;
  border-top: solid 1px #ff7e1d;
  background-color: #0a2b53;
  color: #fff;
  position: relative;
  z-index: 500;
}
footer a:hover {
  text-decoration: underline;
}
footer .center {
  padding-top: 30px;
  padding-bottom: 15px;
  display: grid;
  -ms-justify-content: center;
  justify-content: center;
  -ms-grid-template-columns: repeat(auto-fill, 400px);
  grid-template-columns: repeat(auto-fill, 400px);
}
footer .center2 {
  padding: 10px;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-justify-content: center;
  justify-content: center;
}
footer .footer-redes {
  display: flex;
  min-width: 130px;
  margin-bottom: 15px;
}
footer .footer-redes:hover .img_telefone {
  transform: rotate(360deg) scale(1.3);
}
footer .footer-redes2 {
  display: flex;
  min-width: 130px;
  margin-bottom: 15px;
}
footer .footer-redes2:hover .img_whatsapp {
  transform: rotate(360deg) scale(1.3);
}
footer .footer-redes3 {
  display: flex;
  min-width: 130px;
  margin-bottom: 15px;
}
footer .footer-redes3:hover .img_instagram {
  transform: rotate(360deg) scale(1.3);
}
footer .footer_telefone {
  width: 15px;
  height: 15px;
  text-indent: 25px;
  white-space: nowrap;
  cursor: default;
}
footer .img_telefone {
  margin-left: -15px;
  transition: 0.3s;
  width: 15px;
}
footer .footer_whatsapp {
  display: block;
  width: 15px;
  height: 15px;
  text-indent: 25px;
  margin-top: 4px;
  margin-right: 4px;
  white-space: nowrap;
  cursor: pointer;
}
footer .img_whatsapp {
  margin-left: -15px;
  transition: 0.3s;
  width: 15px;
}
footer .footer-instagram {
  display: block;
  width: 15px;
  height: 15px;
  text-indent: 25px;
  margin-top: 4px;
  margin-right: 4px;
  white-space: nowrap;
  cursor: pointer;
}
footer .img_instagram {
  margin-top: 4px;
  margin-left: -18px;
  transition: 0.3s;
  width: 15px;
}
footer .footer-contato {
  font-size: 14px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  margin-left: 20px;
}
footer .footer-contato p {
  margin: 0;
}
footer .footer-endereco {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  line-height: 1.5;
}
footer .footer-endereco p {
  margin: 0;
}
footer .footer-ico-endereco {
  width: 20px;
  height: 25px;
  margin-right: 10px;
}
footer .footer-email {
  display: block;
  width: 15px;
  height: 15px;
  text-indent: 30px;
  margin-top: 10px;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s;
}
footer .footer-email:hover .img_email {
  transform: rotate(360deg) scale(1.3);
}
footer .img_email {
  margin-left: -256px;
  transition: 0.3s;
  width: 15px;
}
footer .footer-links {
  margin-top: 4px;
  display: block;
  font-size: 10px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
footer .footer-links .footer-politica {
  font-size: 12px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
}
footer .footer-links a {
  display: block;
  white-space: nowrap;
}
footer .footer-links a + a {
  margin-top: 1em;
}
footer .footer-links a.sub {
  font-size: 0.875rem;
  margin-top: 4px;
}
@media only screen and (max-width: 1079px) {
  footer .footer-links {
    display: none;
  }
  footer .footer-endereco {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  footer .center {
    display: block;
    padding: 20px 0;
  }
  footer .footer-endereco {
    margin: 20px 0 0;
  }
}
footer .copyright {
  border-top: 1px solid rgba(46,74,108,0.2);
  padding: 0;
  font-size: 10px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 11px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer .copyright span {
    font-size: 0;
    display: block;
  }
}
header {
  height: 150px;
  background: #fff;
}
header .center-header {
  display: flex;
  position: relative;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: right;
  justify-content: right;
  height: 100%;
  margin-left: 250px;
  margin-right: 15%;
}
@media only screen and (max-width: 1259px) {
  header .center-header {
    margin-left: 15%;
  }
}
header .submenu-home {
  position: absolute;
}
header .logo {
  width: 140px;
  margin-right: auto;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
header .logo img {
  width: 100%;
}
header nav#nav-desktop {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1259px) {
  header nav#nav-desktop {
    display: none;
  }
}
header nav#nav-desktop a:not(.instagram) {
  position: relative;
  display: flex;
  height: 100%;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2e4a6c;
  font-weight: 600;
}
header nav#nav-desktop a:not(.instagram):before,
header nav#nav-desktop a:not(.instagram):after {
  content: '';
  position: absolute;
  left: -10px;
  height: 24px;
  width: 2px;
  background: #ff7e1d;
  transition: 0.2s ease;
}
header nav#nav-desktop a:not(.instagram):hover:before,
header nav#nav-desktop a:not(.instagram).active:before {
  top: 0;
  height: 65px;
}
header nav#nav-desktop a + a {
  margin-left: 4.375rem;
}
header nav#nav-desktop a.instagram {
  width: 15px;
  height: 15px;
  text-indent: -9999px;
  background: url("../img/layout/ico-instagram.svg") no-repeat center;
  background-size: 100%;
  transition: 0.3s;
}
header nav#nav-desktop a.instagram:hover {
  transform: rotate(360deg) scale(1.3);
}
header nav#nav-desktop .highline:after {
  content: '';
  position: absolute;
  top: 0px;
  left: -10px;
  min-height: 160px;
  width: 2px;
  background: #ff7e1d;
  transition: 0.2s ease;
}
header #mobile-toggle {
  display: block;
  background-color: transparent;
  border: 0;
  position: relative;
  height: 100%;
  width: 28px;
  outline: 0;
  padding: 0;
  cursor: pointer;
  margin-left: auto;
}
@media only screen and (min-width: 1260px) {
  header #mobile-toggle {
    display: none;
  }
}
header #mobile-toggle .lines {
  display: block;
  width: 100%;
  height: 4px;
  background: #2e4a6c;
  position: relative;
  transition: 0.3s ease;
  border-radius: 3px;
}
header #mobile-toggle .lines:before,
header #mobile-toggle .lines:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #2e4a6c;
  transition: 0.3s ease;
  border-radius: 3px;
}
header #mobile-toggle .lines:before {
  top: 7px;
}
header #mobile-toggle .lines:after {
  top: -7px;
}
header #mobile-toggle.close .lines {
  background: transparent;
}
header #mobile-toggle.close .lines:before,
header #mobile-toggle.close .lines:after {
  transform-origin: 50% 50%;
  top: 0;
}
header #mobile-toggle.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
header #mobile-toggle.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
@media only screen and (max-width: 1259px) {
  header {
    height: 85px;
  }
  header .center-header {
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  header .logo {
    margin: 0;
    width: 85px;
  }
}
nav#nav-mobile {
  background: #fff;
  box-shadow: 0 6px 6px rgba(0,0,0,0.1);
  display: none;
  padding: 10px 0 20px;
  text-align: right;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1260px) {
  nav#nav-mobile {
    display: none !important;
  }
}
nav#nav-mobile a {
  display: block;
  font-size: 14px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2e4a6c;
  margin-right: 15%;
}
nav#nav-mobile a.active {
  padding-right: 18px;
  position: relative;
}
nav#nav-mobile a.active:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background: rgba(255,126,29,0.4);
}
nav#nav-mobile a + a {
  margin-top: 10px;
}
nav#nav-mobile a.instagram {
  width: 15px;
  height: 15px;
  text-indent: 9999px;
  background: url("../img/layout/ico-instagram.svg") no-repeat center;
  background-size: 100%;
  margin-top: 16px;
  margin-left: auto;
}
.aviso-cookies {
  display: flex;
  width: 100%;
  margin: 0;
  flex-direction: row;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-justify-content: center;
  justify-content: center;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  z-index: 650;
  padding: 25px 7%;
}
.aviso-cookies .frase-cookies {
  width: 80%;
  font-family: "Verdana";
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.aviso-cookies .frase-cookies .link-politica {
  text-decoration: underline;
}
.aviso-cookies .frase-cookies .link-politica:hover,
.aviso-cookies .frase-cookies .link-politica:focus {
  font-weight: bold;
}
.aviso-cookies .aceitar-cookies {
  width: 20%;
  font-family: "Verdana";
  font-size: 14px;
  color: #fff;
  background-color: #01669c;
  border: none;
  border-radius: 5px;
  height: 40px;
  margin-left: 20px;
  z-index: 650;
  font-weight: 600;
  cursor: pointer;
  outline: none;
}
.aviso-cookies .aceitar-cookies:hover,
.aviso-cookies .aceitar-cookies:focus {
  background-color: #003d5d;
}
@media only screen and (max-width: 1344px) {
  .aviso-cookies .frase-cookies {
    font-size: 13px;
    z-index: 650;
  }
  .aviso-cookies .aceitar-cookies {
    font-size: 13px;
    z-index: 650;
  }
}
@media only screen and (max-width: 1344px) and (max-width: 767px) {
  .aviso-cookies {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
  }
}
@media only screen and (max-width: 1344px) and (max-width: 767px) {
  .aviso-cookies .frase-cookies {
    font-size: 11px;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1344px) and (max-width: 767px) {
  .aviso-cookies .aceitar-cookies {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
  }
}
.categorias2 {
  display: block;
  position: relative;
  color: #2e4a6c;
  font-weight: bold;
  font-size: 13px !important;
  line-height: 17px;
  width: 110px;
  top: 50px;
  left: -285px;
  z-index: 102;
}
.categorias2 .active {
  color: #ff7e1d;
}
@media only screen and (max-width: 1344px) {
  .categorias2 {
    left: -272px;
  }
}
@media only screen and (max-width: 1259px) {
  .categorias2 {
    display: none;
  }
}
.not-found {
  width: 100%;
  text-align: center;
  padding: 280px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1344px) {
  .not-found {
    padding: 160px 5%;
  }
}
@media only screen and (max-width: 767px) {
  .not-found {
    padding: 100px 5%;
  }
}
.not-found h1 {
  display: inline-block;
  padding: 15px 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #2e4a6c;
  color: #2e4a6c;
  font-size: 13px;
  font-family: 'Dosis', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
section.clippings {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
  padding: 80px 0 60px 0;
}
@media only screen and (max-width: 1344px) {
  section.clippings {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.clippings {
    padding: 0 0 40px 0;
  }
}
section.clippings .masonry {
  -ms-justify-content: center;
  justify-content: center;
  width: 82%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1369px) {
  section.clippings .masonry {
    flex-direction: column;
  }
}
section.clippings .masonry .gutter {
  width: 15px;
}
section.clippings .masonry .sizer {
  width: 430px;
}
@media only screen and (max-width: 767px) {
  section.clippings .masonry .sizer {
    width: 280px;
  }
}
section.clippings .masonry .clipping {
  display: block;
  position: relative;
}
section.clippings .masonry .clipping .div-img {
  width: 430px;
  text-align: center;
  padding: 10px;
  background-color: #eff5fc;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: 0.2s ease;
  border: 1px solid rgba(10,43,83,0.7);
  margin-bottom: 15px;
}
section.clippings .masonry .clipping .div-img .img-capa {
  width: 400px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  section.clippings .masonry .clipping .div-img .img-capa {
    width: 260px;
  }
}
@media only screen and (max-width: 1369px) {
  section.clippings .masonry .clipping .div-img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  section.clippings .masonry .clipping .div-img {
    margin-left: auto;
    margin-right: auto;
    width: 280px;
  }
}
section.clippings .masonry .clipping:hover .div-img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
}
section.clippings .masonry .clipping2 {
  display: block;
  position: relative;
}
section.clippings .masonry .clipping2 .div-img {
  width: 430px;
  text-align: center;
  padding: 10px;
  background-color: #eff5fc;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: 0.2s ease;
  border: 1px solid rgba(10,43,83,0.7);
  margin-bottom: 15px;
}
@media only screen and (max-width: 1369px) {
  section.clippings .masonry .clipping2 .div-img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  section.clippings .masonry .clipping2 .div-img {
    margin-left: auto;
    margin-right: auto;
    width: 280px;
  }
}
section.clippings .masonry .clipping2 .div-img .img-capa {
  width: 400px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  section.clippings .masonry .clipping2 .div-img .img-capa {
    width: 260px;
  }
}
section.clippings .btn-mais-clippings {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 130px;
  height: 55px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border: 0px;
  background-color: transparent;
  font-size: 18px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #2e4a6c;
  cursor: pointer;
  transition: 0.5s all !important;
}
section.clippings .btn-mais-clippings:after {
  content: '▼';
  margin-left: 10px;
}
section.clippings .btn-mais-clippings:hover {
  border: 1px solid #2e4a6c;
}
@media only screen and (max-width: 1344px) {
  section.clippings .btn-mais-clippings {
    width: 130px;
    height: 50px;
    margin: 80px calc((100%-100px)/2) 30px calc((100%-100px)/2);
  }
}
@media only screen and (max-width: 767px) {
  section.clippings .btn-mais-clippings {
    margin: 50px 40%;
  }
}
@media only screen and (max-width: 767px) {
  .fancybox-overlay {
    width: 100vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .fancybox-wrap {
    width: 100% !important;
    top: 50px !important;
    left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .fancybox-inner {
    width: 100% !important;
    height: auto !important;
  }
}
.fancybox-prev {
  width: 50%;
  left: -50px;
}
@media only screen and (max-width: 767px) {
  .fancybox-prev {
    left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .fancybox-prev > span {
    visibility: visible !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
    left: 10px;
  }
}
.fancybox-next {
  width: 50%;
  right: -50px;
}
@media only screen and (max-width: 767px) {
  .fancybox-next {
    right: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .fancybox-next > span {
    visibility: visible !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
    right: 10px;
  }
}
.clip_info {
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.clip_info p {
  color: #0a2b53;
  font-size: 14px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .contato {
    padding: 30px 0;
  }
}
.contato .center-full {
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
}
.contato .form-wrapper {
  margin-top: 40px;
  display: flex;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
}
@media only screen and (max-width: 1344px) {
  .contato .form-wrapper {
    display: block;
  }
}
.contato .info {
  display: block;
  margin-right: 3.75rem;
}
@media only screen and (max-width: 1344px) {
  .contato .info {
    margin-bottom: 20px;
  }
}
.contato .info a {
  font-size: 20px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2e4a6c;
  min-width: 200px;
  font-weight: 600;
}
.contato .info p {
  margin-top: -5px;
}
.contato .info .contato-block .contato-whatsapp {
  display: flex;
  flex-direction: row-reverse;
  -ms-justify-content: left;
  justify-content: left;
}
.contato .info .contato-block .contato-whatsapp:hover img {
  transform: rotate(360deg) scale(1.3);
}
.contato .info .contato-block .contato-whatsapp img {
  margin-top: 5px;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  transition: 0.3s all;
}
.contato .info .contato-block .contato-telefone {
  display: flex;
  flex-direction: row-reverse;
  -ms-justify-content: left;
  justify-content: left;
  height: 33px;
  font-size: 20px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2e4a6c;
  margin: 0;
  min-width: 200px;
  font-weight: 600;
  cursor: default;
}
.contato .info .contato-block .contato-telefone:hover img {
  transform: rotate(360deg) scale(1.3);
}
.contato .info .contato-block .contato-telefone img {
  margin-top: -1px;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  transition: 0.3s all;
}
.contato .info .contato-block .contato-endereco {
  cursor: default;
  display: flex;
  flex-direction: row-reverse;
  font-size: 14px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2e4a6c;
  margin-top: 70px;
  font-weight: 600;
  min-width: 290px;
  margin-bottom: 60px;
}
.contato .info .contato-block .contato-endereco:hover img {
  transform: rotate(360deg) scale(1.3);
}
.contato .info .contato-block .contato-endereco img {
  margin-right: 10px;
  height: 25px;
  width: 25px;
  margin-left: -3px;
  transition: 0.3s all;
}
@media only screen and (max-width: 619px) {
  .contato .info .contato-block .contato-endereco {
    min-width: 50px;
  }
}
.contato .whatsapp {
  display: block;
  font-weight: 600;
  width: 25px;
  height: 25px;
  background-size: 100%;
  margin-top: 6px !important;
  margin-bottom: 2px;
}
.contato .whatsapp:hover {
  text-decoration: underline;
}
.contato .email {
  color: #f00;
  margin-top: 10px !important;
}
.contato .contato-fale {
  color: #ff7e1d;
  font-size: 14px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
}
.contato form {
  width: 100%;
  max-width: 1060px;
}
.contato form .flash {
  padding: 15px;
  font-size: 15px;
  font-family: 'Dosis', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  margin-bottom: 10px;
}
.contato form .flash.flash-error {
  background: #e74c3c;
}
.contato form .flash.flash-success {
  background: #18bc9c;
}
.contato form .grid {
  display: grid;
  -ms-grid-template-columns: 1fr 1fr 50px;
  grid-template-columns: 1fr 1fr 50px;
  -ms-grid-template-rows: 130px;
  grid-template-rows: 130px;
  grid-gap: 5px;
  margin-right: 50px;
  position: relative;
}
.contato form .grid:before {
  content: '';
  position: absolute;
  left: -20px;
  top: -35px;
  height: 170px;
  width: 2px;
  background: #ff7e1d;
  transition: 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .contato form .grid {
    -ms-grid-template-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .contato form .grid textarea {
    height: 130px;
  }
  .contato form .grid button {
    height: 40px;
  }
}
.contato form .grid input,
.contato form .grid textarea {
  width: 100%;
  display: block;
  background: #f3f3f3;
  font-size: 16px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2e4a6c;
  font-weight: 600;
  border: 0;
  border-radius: 4px;
  outline: 0;
  padding: 10px;
  resize: none;
}
.contato form .grid input::-moz-placeholder, .contato form .grid textarea::-moz-placeholder {
  color: #2e4a6c;
}
.contato form .grid input:-ms-input-placeholder, .contato form .grid textarea:-ms-input-placeholder {
  color: #2e4a6c;
}
.contato form .grid input::placeholder,
.contato form .grid textarea::placeholder {
  color: #2e4a6c;
}
.contato form .grid input + input,
.contato form .grid textarea + input {
  margin-top: 5px;
}
.contato form .grid input {
  height: 40px;
}
.contato form .grid button {
  outline: 0;
  border: 0;
  cursor: pointer;
  transition: background 0.3s;
  position: relative;
  width: 75px;
  border-radius: 4px;
}
.contato form .grid button:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 13px;
  border-left: 2px solid #ff7e1d;
  border-bottom: 2px solid #ff7e1d;
  transform-origin: center;
  transform: translate(-80%, -50%) rotate(-135deg);
}
.contato form .grid button:hover {
  background: rgba(46,74,108,0.25);
}
.contato .img-wrapper {
  width: 100%;
  margin-top: 3.75rem;
  position: relative;
}
.contato .img-wrapper img {
  width: 100%;
  height: 663px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 59.38%;
}
.contato .mapa {
  margin-top: 60px;
  width: 120%;
  height: 500px;
}
.contato .mapa iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.contato .mapa iframe p {
  padding-left: 115px;
  padding-top: 30px;
  font-size: 16px;
  font-family: 'Dosis', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2e4a6c;
  margin: 0;
}
@media only screen and (max-width: 1344px) {
  .contato .mapa {
    margin-top: 30px;
  }
  .contato .mapa img {
    width: 100%;
    max-width: unset;
    height: auto;
  }
  .contato .mapa .mapa {
    position: relative;
    top: unset;
    width: 100%;
  }
  .contato .mapa .mapa iframe {
    height: 250px;
  }
  .contato .mapa .mapa p {
    padding: 25px 0 0;
  }
}
.home {
  position: relative;
}
.home .home-line {
  position: absolute;
  height: 950px;
  border-left: 2px solid #ff7e1d;
  top: -130px;
  margin-left: 265px;
  z-index: 300;
}
@media only screen and (max-width: 1259px) {
  .home .home-line {
    display: none;
  }
}
.home .banners {
  position: relative;
  width: 100%;
  max-height: 819px;
  height: calc(100vh - 100px);
  overflow: hidden;
}
.home .banners:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  pointer-events: none;
}
@media only screen and (max-width: 1019px) {
  .home .banners {
    height: calc(100vh - 85px);
  }
}
.home .banners .slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.home .banners .slide .projeto {
  pointer-events: none;
  position: absolute;
  bottom: 90px;
  left: 260px;
  display: inline-block;
  padding: 20px 30px;
  font-size: 16px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  z-index: 102;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.95);
}
.home .banners .cycle-prev,
.home .banners .cycle-next {
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  z-index: 103;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.2s;
}
.home .banners .cycle-prev:hover,
.home .banners .cycle-next:hover {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.home .banners .cycle-prev {
  left: 0;
  background: url("../img/layout/seta-banner-esquerda.svg") no-repeat left 30px center;
}
.home .banners .cycle-next {
  right: 0;
  background: url("../img/layout/seta-banner-direita.svg") no-repeat right 30px center;
}
@media only screen and (max-width: 1019px) {
  .home .banners .slide .projeto,
  .home .banners .banners-logo,
  .home .banners .cycle-prev,
  .home .banners .cycle-next {
    display: none;
  }
}
.home .texto {
  padding: 5rem 0;
  text-align: center;
}
.home .texto h2 {
  font-size: 60px;
  font-family: 'Dosis', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 300;
  color: #2e4a6c;
  margin: 0 0 0.25em;
}
.home .texto h2 span {
  position: relative;
}
.home .texto h2 span:before {
  content: '';
  position: absolute;
  left: 0.16em;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/layout/hashtag.svg") no-repeat center;
  background-size: auto 100%;
  width: 3em;
  height: 3em;
  z-index: -1;
}
.home .texto p {
  font-size: 16px;
  font-family: 'Dosis', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  color: #2e4a6c;
  margin: 0 auto;
  max-width: 635px;
}
.home .texto p + p {
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .home .texto {
    padding: 30px 0;
  }
  .home .texto h2 {
    font-size: 32px;
    font-family: 'Dosis', 'Helvetica', 'Arial', sans-serif;
    font-weight: 500;
    font-style: normal;
  }
}
.home .conteudo {
  padding: 30px 0;
  display: grid;
  -ms-grid-template-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media only screen and (min-width: 768px) {
  .home .conteudo.video-only {
    -ms-grid-template-columns: 50%;
    grid-template-columns: 50%;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .home .conteudo {
    -ms-grid-template-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.home .conteudo .video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.home .conteudo .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.home .conteudo .imagens {
  display: grid;
  -ms-grid-template-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  -ms-align-items: center;
  align-items: center;
}
.home .conteudo .imagens a {
  position: relative;
}
.home .conteudo .imagens a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.3s;
}
.home .conteudo .imagens a:hover:after {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.home .conteudo .imagens img {
  width: 100%;
  display: block;
}
.home .conteudo .filler {
  background: #e6e6e6;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}
.home .destaques {
  display: grid;
  -ms-grid-template-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
@media only screen and (max-width: 767px) {
  .home .destaques {
    -ms-grid-template-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.home .destaques a {
  height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .home .destaques a {
    height: 250px;
  }
}
.home .destaques a > div {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  padding: 20px;
  font-size: 60px;
  font-family: 'Dosis', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 300;
  color: #fff;
  transition: 0.3s;
  overflow: hidden;
}
.home .destaques a > div div {
  position: relative;
  padding-left: 1.5rem;
  transform: translateX(-1.5rem);
}
.home .destaques a > div div:before {
  content: '';
  position: absolute;
  bottom: 0.15em;
  left: 0;
  width: 2px;
  height: 1000px;
  background: #2e4a6c;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.3s;
}
.home .destaques a > div span {
  font-size: 14px;
  font-family: 'Dosis', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1344px) {
  .home .destaques a > div {
    font-size: 40px;
    font-family: 'Dosis', 'Helvetica', 'Arial', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 300;
  }
}
@media only screen and (max-width: 767px) {
  .home .destaques a > div {
    font-size: 28px;
    font-family: 'Dosis', 'Helvetica', 'Arial', sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  .home .destaques a > div span {
    margin-bottom: 4px;
  }
}
.home .destaques a:hover > div {
  background: rgba(255,255,255,0.65);
  color: #2e4a6c;
}
.home .destaques a:hover > div div:before {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.home .instagram {
  margin: 7.5rem 0 4.375rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home .instagram {
    margin: 40px 0 20px;
  }
}
.home .instagram .link-instagram {
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 24px;
  font-family: 'Dosis', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 300;
  color: #2e4a6c;
}
.home .instagram .link-instagram span {
  width: 32px;
  height: 32px;
  background: url("../img/layout/ico-instagram-vazio.svg") no-repeat center;
  background-size: 95%;
  margin: 0 40px;
}
.home .instagram .link-instagram:hover span {
  background-image: url("../img/layout/ico-instagram-color.svg");
}
@media only screen and (max-width: 767px) {
  .home .instagram .link-instagram {
    flex-direction: column;
  }
  .home .instagram .link-instagram span {
    margin: 16px 0;
  }
}
.home .instagram .pictures {
  display: grid;
  -ms-grid-template-columns: repeat(3, 1fr);
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1px;
  width: 100%;
  max-width: 1020px;
  margin: 7.5rem auto 0;
}
@media only screen and (max-width: 767px) {
  .home .instagram .pictures {
    margin-top: 30px;
  }
}
.home .instagram .pictures a {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  opacity: 0.85;
  transition: opacity 0.3s;
}
.home .instagram .pictures a:hover {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.home .instagram .pictures img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.home .chamada-sobre {
  padding: 30px 0 3.125rem;
}
.home .chamada-sobre a {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.home .chamada-sobre a:hover div:first-child {
  color: #4d7bb3;
}
.home .chamada-sobre a div:first-child {
  font-size: 60px;
  font-family: 'Dosis', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 300;
  color: #2e4a6c;
  text-align: right;
  margin-right: 70px;
  transition: color 0.3s;
}
.home .chamada-sobre a div:first-child span {
  font-size: 14px;
  font-family: 'Dosis', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
}
.home .chamada-sobre a div:last-child {
  display: flex;
}
.home .chamada-sobre a div:last-child img + img {
  margin-left: 1px;
}
@media only screen and (max-width: 1344px) {
  .home .chamada-sobre a div:first-child {
    font-size: 40px;
    font-family: 'Dosis', 'Helvetica', 'Arial', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 300;
  }
  .home .chamada-sobre a div:last-child img {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .home .chamada-sobre a div:first-child {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .home .chamada-sobre a div:last-child {
    display: none;
  }
}
@-webkit-keyframes scrolldown {
  0% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 50% 60%;
  }
}
@keyframes scrolldown {
  0% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 50% 60%;
  }
}
.perfil-hr {
  position: absolute;
  overflow: hidden;
  border: solid 1px #ff7e1d;
  width: 100%;
  top: 710px;
  left: 0;
}
@media only screen and (max-width: 1384px) {
  .perfil-hr {
    top: 1240px;
  }
}
@media only screen and (max-width: 849px) {
  .perfil-hr {
    display: none;
  }
}
hr {
  display: none;
}
@media only screen and (max-width: 849px) {
  hr {
    display: block;
    border: solid 1px #ff7e1d;
    width: 100%;
  }
}
.sobre {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sobre {
    padding-bottom: 30px;
  }
}
.sobre .section-1 {
  display: flex;
  margin-top: 50px;
  -ms-justify-content: left;
  justify-content: left;
  min-height: none;
  padding-bottom: 25px;
}
.sobre .section-1 .home-line2 {
  position: absolute;
  height: 780px;
  border-left: 2px solid #ff7e1d;
  top: -130px;
  margin-left: 205px;
  z-index: 500;
}
@media only screen and (max-width: 1359px) {
  .sobre .section-1 .home-line2 {
    display: none;
  }
}
.sobre .section-1 .imagem {
  display: block;
  margin-left: 140px;
  margin-right: 20px;
  min-width: 480px;
  height: 650px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  white-space: nowrap;
}
@media only screen and (max-width: 1279px) {
  .sobre .section-1 .imagem {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 619px) {
  .sobre .section-1 .imagem {
    min-width: 10px;
    height: 325px;
    width: 240px;
  }
}
.sobre .section-1 .perfil-bloco-1 {
  margin-top: -15px;
  width: 650px;
  margin-left: 8%;
}
@media only screen and (max-width: 1359px) {
  .sobre .section-1 .perfil-bloco-1 {
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 40px;
    text-align: left;
  }
}
@media only screen and (max-width: 619px) {
  .sobre .section-1 .perfil-bloco-1 {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.sobre .section-1 .perfil-titulo {
  color: #ff7e1d;
  font-size: 22px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
}
@media only screen and (max-width: 619px) {
  .sobre .section-1 .perfil-titulo {
    font-size: 20px;
    font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 600;
  }
}
.sobre .section-1 .perfil-texto {
  color: #2e4a6c;
  font-size: 16px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
}
@media only screen and (max-width: 619px) {
  .sobre .section-1 .perfil-texto {
    font-size: 14px;
    font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 600;
  }
}
@media only screen and (max-width: 1339px) {
  .sobre .section-1 {
    flex-wrap: wrap;
    flex-direction: row;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.sobre .section-2 .perfil-parceiros {
  display: grid;
  margin-top: 60px;
  -ms-justify-content: center;
  justify-content: center;
  -ms-grid-template-columns: repeat(auto-fill, 300px);
  grid-template-columns: repeat(auto-fill, 300px);
}
.sobre .section-2 .parceiros {
  margin-bottom: 130px;
  margin-right: auto;
  margin-left: auto;
  min-width: 150px;
  width: 150px;
  min-height: 135px;
  height: 135px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.5s;
}
@media only screen and (max-width: 619px) {
  .sobre .section-2 .parceiros {
    min-width: 100px;
    min-height: 90px;
    margin-bottom: 60px;
  }
}
.sobre .section-2 .parceiros:hover {
  transform: scale(1.2);
}
.sobre .section-2 p {
  color: #ff7e1d;
  font-size: 20px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}
.sobre .section-2 .imagem {
  position: absolute;
  width: 50vw;
  height: 100%;
  left: 50%;
  top: 0;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 959px) {
  .sobre .section-2 {
    padding-bottom: 0;
    position: relative;
    min-height: auto;
  }
  .sobre .section-2 .imagem {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 300px;
    background-size: cover;
    background-position: center;
  }
  .sobre .section-2 .box {
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    font-size: 16px;
    font-family: 'Dosis', 'Helvetica', 'Arial', sans-serif;
    font-weight: 500;
    font-style: normal;
  }
}
section.politica-de-privacidade {
  position: relative;
  width: 1300px;
  margin: 100px auto 30px auto;
}
@media only screen and (max-width: 1344px) {
  section.politica-de-privacidade {
    width: 90%;
  }
}
section.politica-de-privacidade .titulo {
  font-size: 32px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  color: #ff7e1d;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1344px) {
  section.politica-de-privacidade .titulo {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  section.politica-de-privacidade .titulo {
    font-size: 20px;
  }
}
section.politica-de-privacidade h2 {
  color: #ff7e1d;
}
section.politica-de-privacidade .texto {
  position: relative;
  background-color: transparent;
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 16px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2e4a6c;
}
@media only screen and (max-width: 1344px) {
  section.politica-de-privacidade .texto {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  section.politica-de-privacidade .texto {
    font-size: 12px;
  }
}
section.politica-de-privacidade .texto p {
  margin: 0 0 20px 0;
  text-align: left;
  line-height: 1.7;
}
@media only screen and (max-width: 1344px) {
  section.politica-de-privacidade .texto p {
    margin: 0 0 15px 0;
  }
}
.projeto-imagem {
  position: relative;
  max-height: 620px;
}
@media only screen and (max-width: 1019px) {
  .projetos .center-full {
    padding: 30px 0;
  }
}
.projetos .index-grid {
  display: grid;
  -ms-justify-content: center;
  justify-content: center;
  -ms-grid-template-columns: repeat(auto-fill, 450px);
  grid-template-columns: repeat(auto-fill, 450px);
  margin-top: 60px;
  margin-bottom: 120px;
  grid-gap: 20px;
}
@media only screen and (max-width: 1909px) {
  .projetos .index-grid {
    -ms-grid-template-columns: repeat(auto-fill, 450px);
    grid-template-columns: repeat(auto-fill, 450px);
  }
}
@media only screen and (max-width: 1089px) {
  .projetos .index-grid {
    -ms-grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-gap: 20px;
  }
}
.projetos .index-grid a {
  position: relative;
}
.projetos .index-grid a img {
  width: 100%;
  display: block;
}
.projetos .index-grid a .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,126,29,0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.3s;
}
.projetos .index-grid a .overlay div {
  position: absolute;
  left: 75px;
  transform: translateX(-50%);
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}
.projetos .index-grid a .overlay div:before {
  content: '';
  position: absolute;
  top: -118px;
  left: -26px;
  height: 254px;
  width: 2px;
  background: #2e4a6c;
  transition: 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .projetos .index-grid a .overlay div {
    margin-top: 0;
  }
}
.projetos .index-grid a:hover .overlay {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.projetos .show.desktop {
  display: grid;
}
@media only screen and (max-width: 1319px) {
  .projetos .show.desktop {
    display: block;
  }
}
.projetos .show.mobile {
  display: none;
}
@media only screen and (max-width: 1319px) {
  .projetos .show.mobile {
    display: block;
  }
}
.projetos .show .descricao {
  display: flex;
  color: #2e4a6c;
  font-weight: 600;
  margin-top: 10px;
  margin-left: 215px;
}
@media only screen and (max-width: 1259px) {
  .projetos .show .descricao {
    margin-left: 8%;
  }
}
.projetos .show .descricao span {
  display: block;
  font-size: 14px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  position: relative;
}
.projetos .show .descricao span:before {
  content: '';
  position: absolute;
  left: -15px;
  top: -5px;
  height: 24px;
  width: 1px;
  background: #ff7e1d;
  transition: 0.2s ease;
}
@media only screen and (max-width: 619px) {
  .projetos .show .descricao span:before {
    height: 20px;
    top: -3px;
  }
}
@media only screen and (max-width: 619px) {
  .projetos .show .descricao span {
    font-size: 12px;
    font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 13px;
  }
}
.projetos .show .descricao h2 {
  font-size: 20px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 10px 0;
  font-weight: 600;
  color: #2e4a6c;
  margin-right: 30px;
  text-transform: lowercase;
  position: relative;
}
.projetos .show .descricao h2:before {
  content: '';
  position: absolute;
  left: -10px;
  height: 24px;
  width: 1px;
  background: #ff7e1d;
  transition: 0.2s ease;
}
@media only screen and (max-width: 619px) {
  .projetos .show .descricao h2:before {
    height: 20px;
  }
}
@media only screen and (max-width: 619px) {
  .projetos .show .descricao h2 {
    font-size: 16px;
    font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
    font-weight: 500;
    font-style: normal;
  }
}
.projetos .show .pshow-videobox {
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
  column-gap: 15px;
  margin-top: 20px;
  margin-bottom: 15px;
  row-gap: 15px;
}
.projetos .show .video {
  width: 760px;
  height: 400px;
  position: relative;
}
@media only screen and (max-width: 1319px) {
  .projetos .show .video {
    width: 450px;
    height: 250px;
  }
}
@media only screen and (max-width: 519px) {
  .projetos .show .video {
    width: 250px;
    height: 150px;
  }
}
.projetos .show .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.projetos .show .pshow-imagembox {
  display: flex;
  flex-wrap: wrap;
  -ms-justify-content: center;
  justify-content: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 15px;
}
.projetos .show .pshow-imagembox img {
  max-height: 620px;
}
@media only screen and (max-width: 966px) {
  .projetos .show .pshow-imagembox img {
    max-width: 450px;
  }
}
@media only screen and (max-width: 519px) {
  .projetos .show .pshow-imagembox img {
    width: 250px;
  }
}
.projetos .show .imagens {
  visibility: hidden;
  width: 100%;
  display: flex;
  flex-direction: row;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .projetos .show .imagens {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
}
.projetos .show .imagens .horizontal {
  width: 580px;
}
@media screen and (min-width: 1600px) {
  .projetos .show .imagens .horizontal {
    width: 730px;
  }
}
@media only screen and (max-width: 1344px) {
  .projetos .show .imagens .horizontal {
    width: calc(49% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .projetos .show .imagens .horizontal {
    width: 100%;
  }
}
.projetos .show .imagens .vertical {
  width: 280px;
}
@media screen and (min-width: 1600px) {
  .projetos .show .imagens .vertical {
    width: 355px;
  }
}
@media only screen and (max-width: 1344px) {
  .projetos .show .imagens .vertical {
    width: calc(24.5% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .projetos .show .imagens .vertical {
    width: 70%;
  }
}
.projetos .link-topo,
.projetos .link-topo-box {
  display: flex;
  margin: 0;
}
.projetos .link-topo p,
.projetos .link-topo-box p {
  margin: 0;
  margin-right: 10px;
  margin-left: 10px;
}
.projetos .control-voltar {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}
.projetos .control-voltar:before {
  content: '';
  position: absolute;
  left: -30px;
  height: 26px;
  width: 2px;
  background: #ff7e1d;
  transition: 0.2s ease;
}
.projetos .ico-seta-topo {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.projetos .controls {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 4.375rem;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .projetos .controls {
    margin-top: 40px;
  }
}
.projetos .controls a {
  font-size: 18px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2e4a6c;
  padding-left: 20px;
  position: relative;
  padding-top: -15px;
}
.projetos .controls a + a {
  padding-left: 0;
  padding-right: 20px;
  margin-left: 60px;
}
.projetos .controls a + a:before {
  display: none;
  right: 0;
  left: auto;
  transform: rotate(135deg) translate(4px, 0);
}
@media only screen and (max-width: 1344px) {
  .projetos .controls {
    margin: 0;
    margin-bottom: 60px;
    margin-top: 40px;
  }
  .projetos .controls .gutter {
    width: 30px;
  }
  .projetos .controls .sizer,
  .projetos .controls .thumb {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .projetos .controls {
    margin-bottom: 30px;
  }
  .projetos .controls .gutter {
    width: 20px;
  }
  .projetos .controls .sizer,
  .projetos .controls .thumb {
    width: 100%;
    margin-bottom: 20px;
  }
}
.categorias3 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  -ms-justify-content: center;
  justify-content: center;
  color: #2e4a6c;
  font-weight: 400;
  -moz-column-gap: 40px;
  column-gap: 40px;
  font-size: 16px !important;
  margin-bottom: 60px;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  row-gap: 30px;
}
.categorias3 a {
  position: relative;
}
.categorias3 a:before {
  content: '';
  position: absolute;
  top: -3px;
  left: -20px;
  height: 24px;
  width: 2px;
  background: #ff7e1d;
  transition: 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .fancybox-overlay {
    width: 100vw !important;
  }
}
@media only screen and (max-width: 767px) {
  .fancybox-wrap {
    width: 80% !important;
    top: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  .fancybox-inner {
    width: 100% !important;
  }
}
.fancybox-prev {
  width: 50%;
  left: -50px;
}
@media only screen and (max-width: 767px) {
  .fancybox-prev {
    left: -20px !important;
  }
}
.fancybox-next {
  width: 50%;
  right: -50px;
}
@media only screen and (max-width: 767px) {
  .fancybox-next {
    right: -20px !important;
  }
}
.servicos {
  padding-bottom: 6.25rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .servicos {
    padding-bottom: 30px;
  }
}
.servicos .section-1 {
  display: block;
  margin-top: 50px;
  -ms-justify-content: left;
  justify-content: left;
  min-height: none;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1569px) {
  .servicos .section-1 {
    flex-wrap: wrap;
    flex-direction: row;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.servicos .section-1 .servicos-line {
  position: absolute;
  height: 1886px;
  border-left: 2px solid #ff7e1d;
  top: -130px;
  margin-left: 205px;
  z-index: 500;
}
@media only screen and (max-width: 1569px) {
  .servicos .section-1 .servicos-line {
    height: 1850px;
  }
}
@media only screen and (max-width: 1390px) {
  .servicos .section-1 .servicos-line {
    height: 1875px;
  }
}
@media only screen and (max-width: 1349px) {
  .servicos .section-1 .servicos-line {
    height: 1850px;
  }
}
@media only screen and (max-width: 1309px) {
  .servicos .section-1 .servicos-line {
    display: none;
  }
}
.servicos .section-1 .servicos-card {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 80px;
  min-height: 540px;
  -ms-justify-content: left;
  justify-content: left;
}
@media only screen and (max-width: 1569px) {
  .servicos .section-1 .servicos-card {
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1309px) {
  .servicos .section-1 .servicos-card {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 619px) {
  .servicos .section-1 .servicos-card {
    row-gap: 10px;
    min-height: 10px;
  }
}
.servicos .section-1 .imagem {
  display: block;
  margin-left: 140px;
  margin-right: 20px;
  min-width: 480px;
  height: 480px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  white-space: nowrap;
}
@media only screen and (max-width: 1349px) {
  .servicos .section-1 .imagem {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 619px) {
  .servicos .section-1 .imagem {
    min-width: 50px;
    width: 270px;
    height: 270px;
  }
}
.servicos .section-1 .servicos-bloco {
  margin-top: -15px;
  width: 560px;
  margin-left: 8%;
}
@media only screen and (max-width: 1279px) {
  .servicos .section-1 .servicos-bloco {
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 619px) {
  .servicos .section-1 .servicos-bloco {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.servicos .section-1 .servicos-titulo {
  color: #ff7e1d;
  font-size: 22px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 600 !important;
  margin-top: -15px;
  margin-bottom: -10px;
}
@media only screen and (max-width: 1569px) {
  .servicos .section-1 .servicos-titulo {
    font-size: 20px;
    font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
    font-weight: 500;
    font-style: normal;
  }
}
@media only screen and (max-width: 619px) {
  .servicos .section-1 .servicos-titulo {
    font-size: 16px;
    font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
    font-weight: 500;
    font-style: normal;
  }
}
.servicos .section-1 .servicos-texto {
  color: #2e4a6c;
  font-size: 16px;
  font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
}
@media only screen and (max-width: 1569px) {
  .servicos .section-1 .servicos-texto {
    font-size: 15px;
    font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 600;
  }
}
@media only screen and (max-width: 619px) {
  .servicos .section-1 .servicos-texto {
    font-size: 12px;
    font-family: 'montserrat', 'Helvetica', 'Arial', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-weight: 600;
    text-align: left;
  }
}
.servicos .section-1 p {
  line-height: 2;
}

