@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap);
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;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s;
}
p {
  line-height: 1.5;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:focus,
a:visited,
a:active {
  outline: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
.center {
  width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .center {
    width: 90%;
  }
}
footer {
  padding-top: 30px;
  padding-bottom: 20px;
  width: 100%;
  min-height: 335px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #f2e9eb;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  footer {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
footer .centre {
  display: flex;
  width: 1280px;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
@media only screen and (max-width: 1199px) {
  footer .centre {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
}
footer .centre .logoAndSocial {
  width: 230px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 85px;
}
@media only screen and (max-width: 1199px) {
  footer .centre .logoAndSocial {
    gap: 20px;
    -ms-align-items: center;
    align-items: center;
    width: 250px;
  }
}
footer .centre .logoAndSocial .aImgLogoFooter {
  width: 215px;
  height: 100px;
}
@media only screen and (max-width: 1199px) {
  footer .centre .logoAndSocial .aImgLogoFooter {
    width: 200px;
    height: auto;
  }
}
footer .centre .logoAndSocial .aImgLogoFooter .imgLogoFooter {
  width: 215px;
  height: 100px;
  transition: all 0.8s ease;
}
@media only screen and (max-width: 1199px) {
  footer .centre .logoAndSocial .aImgLogoFooter .imgLogoFooter {
    width: 200px;
    height: auto;
  }
}
footer .centre .logoAndSocial .aImgLogoFooter .imgLogoFooter:hover,
footer .centre .logoAndSocial .aImgLogoFooter .imgLogoFooter:focus {
  transform: scale(1.05);
}
footer .centre .logoAndSocial .aImgLogoFooter .imgLogoFooter img {
  width: 100%;
  height: 100%;
}
footer .centre .logoAndSocial .redesSociais {
  width: 230px;
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 1199px) {
  footer .centre .logoAndSocial .redesSociais {
    -ms-justify-content: center;
    justify-content: center;
    width: 200px;
  }
}
footer .centre .logoAndSocial .redesSociais .aImgRede {
  width: 17px;
  height: 17px;
}
footer .centre .logoAndSocial .redesSociais .aImgRede .imgRede {
  width: 17px;
  height: 17px;
  transition: transform 0.8s ease, filter 0s ease;
}
footer .centre .logoAndSocial .redesSociais .aImgRede .imgRede:hover,
footer .centre .logoAndSocial .redesSociais .aImgRede .imgRede:focus {
  transform: scale(1.2);
  filter: invert(13%) sepia(61%) saturate(6475%) hue-rotate(333deg) brightness(90%) contrast(103%);
}
footer .centre .logoAndSocial .redesSociais .aImgRede .imgRede img {
  width: 100%;
  height: 100%;
}
footer .centre .portfolios {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  width: 220px;
}
@media only screen and (max-width: 1199px) {
  footer .centre .portfolios {
    width: 250px;
    -ms-align-items: center;
    align-items: center;
    padding-top: 30px;
  }
}
footer .centre .portfolios .aProjetos {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 700;
  color: #8b6e49;
  text-transform: uppercase;
  margin: 5px 0;
}
@media only screen and (max-width: 1199px) {
  footer .centre .portfolios .aProjetos {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-weight: 700;
  }
}
footer .centre .portfolios .aProjetos:hover,
footer .centre .portfolios .aProjetos:focus {
  color: #c70540;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 800;
}
@media only screen and (max-width: 1199px) {
  footer .centre .portfolios .aProjetos:hover,
  footer .centre .portfolios .aProjetos:focus {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-weight: 800;
  }
}
footer .centre .portfolios .aCategoria {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #8b6e49;
  text-transform: uppercase;
  margin: 10px 0 5px;
}
@media only screen and (max-width: 1199px) {
  footer .centre .portfolios .aCategoria {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
  }
}
footer .centre .portfolios .aCategoria:hover,
footer .centre .portfolios .aCategoria:focus {
  color: #c70540;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  footer .centre .portfolios .aCategoria:hover,
  footer .centre .portfolios .aCategoria:focus {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-weight: 500;
  }
}
footer .centre .portfolios .aSubcategoria {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #8b6e49;
  text-transform: lowercase;
  margin: 2px 0;
}
@media only screen and (max-width: 1199px) {
  footer .centre .portfolios .aSubcategoria {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
  }
}
footer .centre .portfolios .aSubcategoria:hover,
footer .centre .portfolios .aSubcategoria:focus {
  color: #c70540;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  footer .centre .portfolios .aSubcategoria:hover,
  footer .centre .portfolios .aSubcategoria:focus {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-weight: 500;
  }
}
footer .centre .escritorioAndContato {
  display: flex;
  flex-direction: column;
  width: 355px;
  padding-top: 50px;
}
@media only screen and (max-width: 1199px) {
  footer .centre .escritorioAndContato {
    width: 250px;
    -ms-align-items: center;
    align-items: center;
    padding-top: 25px;
  }
}
footer .centre .escritorioAndContato .aEscritorio {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 700;
  color: #8b6e49;
  text-transform: uppercase;
  margin: 5px 0;
}
@media only screen and (max-width: 1199px) {
  footer .centre .escritorioAndContato .aEscritorio {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-weight: 700;
  }
}
footer .centre .escritorioAndContato .aEscritorio:hover,
footer .centre .escritorioAndContato .aEscritorio:focus {
  color: #c70540;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 800;
}
@media only screen and (max-width: 1199px) {
  footer .centre .escritorioAndContato .aEscritorio:hover,
  footer .centre .escritorioAndContato .aEscritorio:focus {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-weight: 800;
  }
}
footer .centre .escritorioAndContato .divContato {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (max-width: 1199px) {
  footer .centre .escritorioAndContato .divContato {
    width: 250px;
    -ms-align-items: center;
    align-items: center;
  }
}
footer .centre .escritorioAndContato .divContato .aContato {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 700;
  color: #8b6e49;
  text-transform: uppercase;
  margin: 5px 0;
}
@media only screen and (max-width: 1199px) {
  footer .centre .escritorioAndContato .divContato .aContato {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-weight: 700;
  }
}
footer .centre .escritorioAndContato .divContato .aContato:hover,
footer .centre .escritorioAndContato .divContato .aContato:focus {
  color: #c70540;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 800;
}
@media only screen and (max-width: 1199px) {
  footer .centre .escritorioAndContato .divContato .aContato:hover,
  footer .centre .escritorioAndContato .divContato .aContato:focus {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-weight: 800;
  }
}
footer .centre .escritorioAndContato .divContato .linhaContato {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #8b6e49;
  display: flex;
  gap: 5px;
  line-height: 20px;
}
@media only screen and (max-width: 1199px) {
  footer .centre .escritorioAndContato .divContato .linhaContato {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
  }
}
footer .centre .escritorioAndContato .divContato .linhaContato:hover,
footer .centre .escritorioAndContato .divContato .linhaContato:focus {
  color: #c70540;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  footer .centre .escritorioAndContato .divContato .linhaContato:hover,
  footer .centre .escritorioAndContato .divContato .linhaContato:focus {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-weight: 500;
  }
}
footer .centre .escritorioAndContato .divContato .linhaContato .imgFooterCont {
  width: 15px;
  height: 13px;
}
@media only screen and (max-width: 1199px) {
  footer .centre .escritorioAndContato .divContato .linhaContato .imgFooterCont {
    width: 30px;
    margin-right: -5px;
  }
}
footer .centre .escritorioAndContato .divContato .linhaContato .imgFooterCont img {
  width: 100%;
  height: 100%;
}
footer .centre .moreInfos {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  width: 155px;
}
@media only screen and (max-width: 1199px) {
  footer .centre .moreInfos {
    -ms-align-items: center;
    align-items: center;
    padding-top: 40px;
  }
}
footer .centre .moreInfos .politica {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #8b6e49;
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  footer .centre .moreInfos .politica {
    text-align: center;
  }
}
footer .centre .moreInfos .politica:hover,
footer .centre .moreInfos .politica:focus {
  color: #c70540;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  font-weight: 500;
}
footer .centre .moreInfos .rights {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #8b6e49;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1199px) {
  footer .centre .moreInfos .rights {
    -ms-align-items: center;
    align-items: center;
  }
}
footer .centre .moreInfos .rights .dados {
  margin: 15px 0 0;
  cursor: pointer;
}
footer .centre .moreInfos .rights .dados:hover,
footer .centre .moreInfos .rights .dados:focus {
  color: #c70540;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  font-weight: 500;
}
footer .centre .moreInfos .rights .direitos,
footer .centre .moreInfos .rights .link-trupe {
  margin: 0;
  cursor: pointer;
}
footer .centre .moreInfos .rights .direitos:hover,
footer .centre .moreInfos .rights .link-trupe:hover,
footer .centre .moreInfos .rights .direitos:focus,
footer .centre .moreInfos .rights .link-trupe:focus {
  color: #c70540;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 400;
  font-weight: 500;
}
header {
  position: relative;
  width: 100%;
  z-index: 101;
  border-bottom: solid 1px $cinzaClaro;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
}
header .center {
  width: 100%;
  height: 100px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  header .center {
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
header .center .logoNav {
  width: 120px;
  margin-left: 5%;
}
@media only screen and (min-width: 1200px) {
  header .center .logoNav {
    display: none;
  }
}
header .center .logoNav img {
  width: 100%;
  height: 100%;
}
header .center #nav-desktop {
  width: 1300px;
  height: 100px;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (max-width: 1399px) {
  header .center #nav-desktop {
    width: 1200px;
  }
}
@media only screen and (max-width: 1199px) {
  header .center #nav-desktop {
    display: none;
  }
}
header .center #nav-desktop .navLeft {
  display: flex;
  gap: 70px;
  -ms-align-items: center;
  align-items: center;
}
header .center #nav-desktop .navLeft .aNav {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #c70540;
}
header .center #nav-desktop .navLeft .aNav:hover,
header .center #nav-desktop .navLeft .aNav:focus {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 700;
  color: #8b6e49;
}
header .center #nav-desktop .navLeft .activeHover {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 700;
  color: #8b6e49;
}
header .center #nav-desktop .navRight {
  display: flex;
  gap: 30px;
  -ms-align-items: center;
  align-items: center;
}
header .center #nav-desktop .navRight .aNav {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #c70540;
}
header .center #nav-desktop .navRight .aNav:hover,
header .center #nav-desktop .navRight .aNav:focus {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 700;
  color: #8b6e49;
}
header .center #nav-desktop .navRight .activeHover {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 700;
  color: #8b6e49;
}
header .center #nav-desktop .navRight .redes {
  display: flex;
  gap: 15px;
}
header .center #nav-desktop .navRight .redes .aRedes {
  width: 17px;
  height: 17px;
}
header .center #nav-desktop .navRight .redes .aRedes img {
  width: 100%;
  height: 100%;
}
#mobile-toggle {
  margin-right: 5%;
  display: block;
  background-color: transparent;
  border: 0;
  position: relative;
  height: 100%;
  width: 28px;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  #mobile-toggle {
    display: none;
  }
}
#mobile-toggle .lines {
  display: block;
  width: 100%;
  height: 4px;
  background: #c70540;
  position: relative;
  transition: 0.3s ease;
  border-radius: 3px;
}
#mobile-toggle .lines:before,
#mobile-toggle .lines:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #c70540;
  transition: 0.3s ease;
  border-radius: 3px;
}
#mobile-toggle .lines:before {
  top: 7px;
}
#mobile-toggle .lines:after {
  top: -7px;
}
#mobile-toggle.close .lines {
  background: transparent;
}
#mobile-toggle.close .lines:before,
#mobile-toggle.close .lines:after {
  transform-origin: 50% 50%;
  top: 0;
}
#mobile-toggle.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
#mobile-toggle.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
nav#nav-mobile {
  position: absolute;
  top: 75px;
  right: 29px;
  background: #f2e9eb;
  width: 200px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0 6px 6px rgba(0,0,0,0.1);
  display: none;
  z-index: 106;
}
nav#nav-mobile .center-header {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding: 20px 10px;
}
nav#nav-mobile .center-header .aMenu {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #c70540;
}
nav#nav-mobile .center-header .aMenu:hover,
nav#nav-mobile .center-header .aMenu:focus {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600;
}
nav#nav-mobile .center-header .redes {
  display: flex;
  gap: 10px;
}
nav#nav-mobile .center-header .redes .aRedes {
  width: 17px;
  height: 17px;
  transition: all 1.2s ease;
}
nav#nav-mobile .center-header .redes .aRedes:hover,
nav#nav-mobile .center-header .redes .aRedes:focus {
  transform: scale(1.05);
}
nav#nav-mobile .center-header .redes .aRedes img {
  width: 100%;
  height: 100%;
}
.aviso-cookies {
  display: none;
  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: 1199px) {
  .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: 1199px) and (max-width: 767px) {
  .aviso-cookies {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .aviso-cookies .frase-cookies {
    font-size: 11px;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .aviso-cookies .aceitar-cookies {
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
  }
}
html,
body {
  height: 100%;
}
body {
  background-color: $bg;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
}
body main {
  width: 100%;
  height: auto;
  background-color: $bg;
  padding: 60px 0 100px 0;
  min-height: calc(100% - 100px - 150px);
}
@media only screen and (max-width: 1199px) {
  body main {
    min-height: calc(100% - 100px - 150px);
  }
}
@media only screen and (max-width: 767px) {
  body main {
    min-height: calc(100% - 100px - 150px);
  }
}
.aviso-cookies {
  display: flex;
  width: 100%;
  margin: 0;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  z-index: 999;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .aviso-cookies {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
  }
}
.aviso-cookies .frase-cookies {
  width: 65%;
  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;
}
@media only screen and (max-width: 1199px) {
  .aviso-cookies .frase-cookies {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .aviso-cookies .frase-cookies {
    width: 100%;
    text-align: center;
  }
}
.aviso-cookies .aceitar-cookies {
  width: 15%;
  height: 40px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  margin-left: 30px;
  cursor: pointer;
  outline: none;
}
.aviso-cookies .aceitar-cookies:hover {
  border: 1px solid $dourado;
  background-color: $dourado;
}
@media only screen and (max-width: 1199px) {
  .aviso-cookies .aceitar-cookies {
    font-size: 12px;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .aviso-cookies .aceitar-cookies {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
  }
}
.fancybox-overlay {
  background: rgba(0,0,0,0.8) !important;
}
.not-found {
  width: 100%;
  text-align: center;
  padding: 280px 0;
}
.not-found h1 {
  display: inline-block;
  padding: 15px 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid $vermelho;
  color: $vermelho;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-weight: 700;
  line-height: 1;
}
main.contato {
  padding: 0;
}
main.contato .faixa {
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 959px) {
  main.contato .faixa {
    height: 425px;
  }
}
@media only screen and (max-width: 759px) {
  main.contato .faixa {
    -ms-justify-content: center;
    justify-content: center;
  }
}
main.contato .faixa .pinkFaixa {
  background-color: #c70540;
  height: auto;
  width: 710px;
  position: relative;
}
@media only screen and (max-width: 759px) {
  main.contato .faixa .pinkFaixa {
    width: 50%;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 549px) {
  main.contato .faixa .pinkFaixa {
    width: 80%;
  }
}
main.contato .faixa .pinkFaixa .white {
  position: absolute;
  top: 0;
  right: -153px;
  width: 310px;
  height: 210px;
  background-color: #fff;
  z-index: 2;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 759px) {
  main.contato .faixa .pinkFaixa .white {
    position: initial;
    width: 160px;
    height: 125px;
  }
}
@media only screen and (max-width: 549px) {
  main.contato .faixa .pinkFaixa .white {
    width: 130px;
    height: 110px;
  }
}
main.contato .faixa .pinkFaixa .white .logoFaixa {
  width: 230px;
  height: 110px;
}
@media only screen and (max-width: 759px) {
  main.contato .faixa .pinkFaixa .white .logoFaixa {
    width: 135px;
    height: auto;
  }
}
@media only screen and (max-width: 549px) {
  main.contato .faixa .pinkFaixa .white .logoFaixa {
    width: 105px;
  }
}
main.contato .faixa .pinkFaixa .white .logoFaixa img {
  width: 100%;
  height: 100%;
}
main.contato .faixa .imgFaixa {
  width: 1150px;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  main.contato .faixa .imgFaixa {
    width: 1560px;
  }
}
@media only screen and (max-width: 759px) {
  main.contato .faixa .imgFaixa {
    width: 50%;
  }
}
@media only screen and (max-width: 459px) {
  main.contato .faixa .imgFaixa {
    display: none;
  }
}
main.contato .faixa .imgFaixa .pinkHover {
  width: 1150px;
  height: 100%;
  background-color: #c70540;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media only screen and (min-width: 1300px) {
  main.contato .faixa .imgFaixa .pinkHover {
    width: 1560px;
  }
}
@media only screen and (max-width: 759px) {
  main.contato .faixa .imgFaixa .pinkHover {
    width: 100%;
  }
}
main.contato .faixa .fix_position {
  position: absolute;
  z-index: 2;
  width: 100%;
}
main.contato .faixa .fix_position .center {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (min-width: 1800px) {
  main.contato .faixa .fix_position .center {
    width: 1250px;
  }
}
@media only screen and (min-width: 1980px) {
  main.contato .faixa .fix_position .center {
    width: 1360px;
  }
}
@media only screen and (max-width: 1199px) {
  main.contato .faixa .fix_position .center {
    width: 100%;
  }
}
main.contato .faixa .fix_position .center .external {
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 900px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-top: 35px;
}
@media only screen and (max-width: 899px) {
  main.contato .faixa .fix_position .center .external {
    width: 100%;
  }
}
main.contato .faixa .fix_position .center .external .image {
  width: 195px;
  height: 265px;
}
@media only screen and (max-width: 959px) {
  main.contato .faixa .fix_position .center .external .image {
    display: none;
  }
}
main.contato .faixa .fix_position .center .external .image img {
  width: 100%;
  height: 100%;
}
main.contato .faixa .fix_position .center .external .infos {
  max-width: 240px;
  margin-top: 100px;
}
@media only screen and (max-width: 959px) {
  main.contato .faixa .fix_position .center .external .infos {
    margin-top: 240px;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 759px) {
  main.contato .faixa .fix_position .center .external .infos {
    margin-top: 270px;
  }
}
main.contato .faixa .fix_position .center .external .infos .line {
  display: flex;
  -moz-column-gap: 5px;
  column-gap: 5px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
main.contato .faixa .fix_position .center .external .infos .line:hover {
  transform: scale(1.05);
}
main.contato .faixa .fix_position .center .external .infos .line img {
  width: 21px;
  height: auto;
}
main.contato .faixa .fix_position .center .external .infos .line p {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}
@media only screen and (max-width: 459px) {
  main.contato .faixa .fix_position .center .external .infos .line p {
    font-size: 18px;
  }
}
main.contato .centre {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  -moz-column-gap: 25px;
  column-gap: 25px;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 175px;
  padding-top: 20px;
}
@media only screen and (min-width: 1400px) {
  main.contato .centre {
    width: 1300px;
    max-width: 100%;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    gap: 115px;
  }
}
@media only screen and (max-width: 1269px) {
  main.contato .centre {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
}
main.contato .centre .left {
  max-width: 640px;
}
main.contato .centre .left .formulario {
  width: 100%;
  background-color: #8b6e49;
  padding: 30px;
}
@media only screen and (max-width: 709px) {
  main.contato .centre .left .formulario {
    width: 80%;
    margin: 0 auto;
  }
}
main.contato .centre .left .formulario input {
  width: 100%;
  border: 0;
  padding: 0 15px;
  color: #fff;
  background-color: #a79277;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  height: 40px;
}
main.contato .centre .left .formulario input::-moz-placeholder {
  color: #fff;
}
main.contato .centre .left .formulario input:-ms-input-placeholder {
  color: #fff;
}
main.contato .centre .left .formulario input::placeholder {
  color: #fff;
}
main.contato .centre .left .formulario textarea {
  margin-top: 5px;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #fff;
  background-color: #a79277;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  height: 300px;
}
main.contato .centre .left .formulario textarea::-moz-placeholder {
  color: #fff;
}
main.contato .centre .left .formulario textarea:-ms-input-placeholder {
  color: #fff;
}
main.contato .centre .left .formulario textarea::placeholder {
  color: #fff;
}
main.contato .centre .left .formulario .btn-enviar {
  width: 100%;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 70px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #a79277;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  transition: all 0.3s;
}
main.contato .centre .left .formulario .btn-enviar:hover {
  background-color: #fff;
  color: #a79277;
}
main.contato .centre .right {
  position: relative;
}
main.contato .centre .right .item {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 50px;
}
@media only screen and (max-width: 709px) {
  main.contato .centre .right .item {
    -ms-justify-content: center;
    justify-content: center;
  }
}
main.contato .centre .right .item .image {
  width: 20px;
  height: 20px;
}
main.contato .centre .right .item .image img {
  width: 100%;
  height: 100%;
}
main.contato .centre .right .item p {
  color: #8b6e49;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
@media only screen and (max-width: 709px) {
  main.contato .centre .right .item p {
    font-size: 16px;
    padding-right: 15px;
  }
}
main.contato .centre .right .maps {
  position: absolute;
  width: 830px;
  height: 500px;
  top: 160px;
}
@media only screen and (max-width: 1899px) {
  main.contato .centre .right .maps {
    width: 792px;
  }
}
@media only screen and (max-width: 1799px) {
  main.contato .centre .right .maps {
    width: 743px;
  }
}
@media only screen and (max-width: 1626px) {
  main.contato .centre .right .maps {
    width: 685px;
  }
}
@media only screen and (max-width: 1499px) {
  main.contato .centre .right .maps {
    width: 590px;
  }
}
@media only screen and (max-width: 1365px) {
  main.contato .centre .right .maps {
    width: 495px;
  }
}
@media only screen and (max-width: 1269px) {
  main.contato .centre .right .maps {
    position: static;
    margin-top: 50px;
    width: 640px;
  }
}
@media only screen and (max-width: 709px) {
  main.contato .centre .right .maps {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.flash-erro {
  border: 2px solid #e02227;
  background-color: #e02227;
  color: #fff;
  margin-top: 10px;
}
.flash-sucesso {
  border: 2px solid #2caf2c;
  background-color: #2caf2c;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
.escritorioArea {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.escritorioArea .faixa {
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 759px) {
  .escritorioArea .faixa {
    -ms-justify-content: center;
    justify-content: center;
  }
}
.escritorioArea .faixa .pinkFaixa {
  background-color: #c70540;
  height: 300px;
  width: 710px;
  position: relative;
}
@media only screen and (max-width: 759px) {
  .escritorioArea .faixa .pinkFaixa {
    width: 50%;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 549px) {
  .escritorioArea .faixa .pinkFaixa {
    width: 80%;
  }
}
.escritorioArea .faixa .pinkFaixa .white {
  position: absolute;
  top: 0;
  right: -153px;
  width: 310px;
  height: 210px;
  background-color: #fff;
  z-index: 2;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 759px) {
  .escritorioArea .faixa .pinkFaixa .white {
    position: initial;
    width: 160px;
    height: 125px;
  }
}
@media only screen and (max-width: 549px) {
  .escritorioArea .faixa .pinkFaixa .white {
    width: 130px;
    height: 110px;
  }
}
.escritorioArea .faixa .pinkFaixa .white .logoFaixa {
  width: 230px;
  height: 110px;
}
@media only screen and (max-width: 759px) {
  .escritorioArea .faixa .pinkFaixa .white .logoFaixa {
    width: 135px;
    height: auto;
  }
}
@media only screen and (max-width: 549px) {
  .escritorioArea .faixa .pinkFaixa .white .logoFaixa {
    width: 105px;
  }
}
.escritorioArea .faixa .pinkFaixa .white .logoFaixa img {
  width: 100%;
  height: 100%;
}
.escritorioArea .faixa .pinkFaixa .fraseFaixa {
  width: 370px;
  position: absolute;
  bottom: 74px;
  right: -545px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600;
  color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 759px) {
  .escritorioArea .faixa .pinkFaixa .fraseFaixa {
    width: 215px;
    position: initial;
    margin: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 549px) {
  .escritorioArea .faixa .pinkFaixa .fraseFaixa {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-weight: 600;
    width: 140px;
  }
}
.escritorioArea .faixa .imgFaixa {
  width: 1150px;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 759px) {
  .escritorioArea .faixa .imgFaixa {
    width: 50%;
  }
}
.escritorioArea .faixa .imgFaixa .pinkHover {
  width: 1150px;
  height: 300px;
  background-color: #c70540;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media only screen and (max-width: 759px) {
  .escritorioArea .faixa .imgFaixa .pinkHover {
    width: 100%;
  }
}
.escritorioArea .firstPart {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  padding-top: 20px;
}
.escritorioArea .firstPart .centre {
  width: 1300px;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  gap: 60px;
}
@media only screen and (max-width: 1299px) {
  .escritorioArea .firstPart .centre {
    width: 100%;
    gap: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .escritorioArea .firstPart .centre {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    gap: 0;
  }
}
.escritorioArea .firstPart .centre .imagemPrincipal {
  width: 640px;
  height: 750px;
}
@media only screen and (max-width: 1299px) {
  .escritorioArea .firstPart .centre .imagemPrincipal {
    width: auto;
    height: 700px;
  }
}
@media only screen and (max-width: 1199px) {
  .escritorioArea .firstPart .centre .imagemPrincipal {
    width: 530px;
    height: auto;
  }
}
@media only screen and (max-width: 759px) {
  .escritorioArea .firstPart .centre .imagemPrincipal {
    width: 100%;
    height: auto;
  }
}
.escritorioArea .firstPart .centre .imagemPrincipal img {
  width: 100%;
  height: 100%;
}
.escritorioArea .firstPart .centre .txtAndImg {
  width: 590px;
  height: 750px;
  display: flex;
  flex-direction: column;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1299px) {
  .escritorioArea .firstPart .centre .txtAndImg {
    height: 700px;
    width: 555px;
  }
}
@media only screen and (max-width: 1199px) {
  .escritorioArea .firstPart .centre .txtAndImg {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-align-items: center;
    align-items: center;
  }
}
.escritorioArea .firstPart .centre .txtAndImg .textoEscritorio {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  height: fit-content;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #8b6e49;
  margin-top: 30px;
}
@media only screen and (max-width: 1299px) {
  .escritorioArea .firstPart .centre .txtAndImg .textoEscritorio {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .escritorioArea .firstPart .centre .txtAndImg .textoEscritorio {
    width: 70%;
    text-align: center;
    margin: 40px 0;
  }
  .escritorioArea .firstPart .centre .txtAndImg .textoEscritorio p {
    margin: 0;
  }
}
.escritorioArea .firstPart .centre .txtAndImg .imgProfile {
  width: 377px;
  height: 498px;
}
@media only screen and (max-width: 759px) {
  .escritorioArea .firstPart .centre .txtAndImg .imgProfile {
    width: 300px;
    height: auto;
  }
}
.escritorioArea .firstPart .centre .txtAndImg .imgProfile img {
  width: 100%;
  height: 100%;
}
.escritorioArea .secondPart {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.escritorioArea .secondPart .centre {
  width: 1300px;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1299px) {
  .escritorioArea .secondPart .centre {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .escritorioArea .secondPart .centre {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.escritorioArea .secondPart .centre .fraseDestaque {
  width: 870px;
  margin: 40px 0;
}
@media only screen and (max-width: 1199px) {
  .escritorioArea .secondPart .centre .fraseDestaque {
    width: 90%;
  }
}
.escritorioArea .secondPart .centre .fraseDestaque p {
  font-family: 'Kaushan Script', cursive;
  font-size: 24px;
  font-weight: 400;
  color: #c70540;
  text-align: center;
  line-height: 2em;
}
@media only screen and (max-width: 1199px) {
  .escritorioArea .secondPart .centre .fraseDestaque p {
    font-family: 'Kaushan Script', cursive;
    font-size: 18px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 759px) {
  .escritorioArea .secondPart .centre .fraseDestaque p {
    font-family: 'Kaushan Script', cursive;
    font-size: 16px;
    font-weight: 400;
  }
}
.escritorioArea .secondPart .centre .capaAndText {
  width: 100%;
  display: flex;
  gap: 60px;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1299px) {
  .escritorioArea .secondPart .centre .capaAndText {
    gap: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .escritorioArea .secondPart .centre .capaAndText {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
}
.escritorioArea .secondPart .centre .capaAndText .capaRevista {
  width: 640px;
  height: 395px;
}
@media only screen and (max-width: 759px) {
  .escritorioArea .secondPart .centre .capaAndText .capaRevista {
    width: 100%;
    height: auto;
  }
}
.escritorioArea .secondPart .centre .capaAndText .capaRevista img {
  width: 100%;
  height: 100%;
}
.escritorioArea .secondPart .centre .capaAndText .txtRevista {
  width: 580px;
  height: 400px;
}
@media only screen and (max-width: 1299px) {
  .escritorioArea .secondPart .centre .capaAndText .txtRevista {
    width: 500px;
  }
}
@media only screen and (max-width: 759px) {
  .escritorioArea .secondPart .centre .capaAndText .txtRevista {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
}
.escritorioArea .secondPart .centre .capaAndText .txtRevista .tituloR {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-weight: 700;
  color: #8b6e49;
  line-height: 2em;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .escritorioArea .secondPart .centre .capaAndText .txtRevista .tituloR {
    text-align: center;
  }
}
@media only screen and (max-width: 759px) {
  .escritorioArea .secondPart .centre .capaAndText .txtRevista .tituloR {
    width: 90%;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-weight: 700;
  }
}
.escritorioArea .secondPart .centre .capaAndText .txtRevista .textoR {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #8b6e49;
  margin: 0;
  margin-top: -10px;
}
@media only screen and (max-width: 1199px) {
  .escritorioArea .secondPart .centre .capaAndText .txtRevista .textoR {
    text-align: center;
  }
}
@media only screen and (max-width: 759px) {
  .escritorioArea .secondPart .centre .capaAndText .txtRevista .textoR {
    width: 90%;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
}
.escritorioArea .secondPart .aBtnConversa {
  width: 440px;
  height: 50px;
  margin: 80px 0;
}
@media only screen and (max-width: 759px) {
  .escritorioArea .secondPart .aBtnConversa {
    width: 250px;
    margin: 40px 0;
  }
}
.escritorioArea .secondPart .aBtnConversa .btnConversa {
  width: 440px;
  height: 50px;
  border: 1px solid #c70540;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #c70540;
  text-transform: uppercase;
  transition: all 0.8s ease;
}
.escritorioArea .secondPart .aBtnConversa .btnConversa:hover,
.escritorioArea .secondPart .aBtnConversa .btnConversa:focus {
  transform: scale(1.05);
  color: #fff;
  background-color: #c70540;
}
@media only screen and (max-width: 759px) {
  .escritorioArea .secondPart .aBtnConversa .btnConversa {
    width: 250px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
}
.escritorioArea .thirdPart {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.escritorioArea .thirdPart .centre {
  width: 1300px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1299px) {
  .escritorioArea .thirdPart .centre {
    width: 100%;
  }
}
.escritorioArea .thirdPart .centre .arch {
  display: flex;
  gap: 70px;
}
@media only screen and (max-width: 1299px) {
  .escritorioArea .thirdPart .centre .arch {
    gap: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .escritorioArea .thirdPart .centre .arch {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
}
.escritorioArea .thirdPart .centre .arch .txtArch {
  width: 600px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 1299px) {
  .escritorioArea .thirdPart .centre .arch .txtArch {
    width: 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .escritorioArea .thirdPart .centre .arch .txtArch {
    text-align: center;
  }
}
@media only screen and (max-width: 759px) {
  .escritorioArea .thirdPart .centre .arch .txtArch {
    width: 100%;
  }
}
.escritorioArea .thirdPart .centre .arch .txtArch .tituloSobre {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 400;
  font-weight: 700;
  color: #8b6e49;
  margin: 0;
}
@media only screen and (max-width: 759px) {
  .escritorioArea .thirdPart .centre .arch .txtArch .tituloSobre {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-weight: 700;
  }
}
.escritorioArea .thirdPart .centre .arch .txtArch .txtSobre {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #8b6e49;
}
@media only screen and (max-width: 759px) {
  .escritorioArea .thirdPart .centre .arch .txtArch .txtSobre {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
}
.escritorioArea .thirdPart .centre .arch .capaArch {
  width: 635px;
  height: 300px;
}
@media only screen and (max-width: 759px) {
  .escritorioArea .thirdPart .centre .arch .capaArch {
    width: 100%;
    height: auto;
  }
}
.escritorioArea .thirdPart .centre .arch .capaArch img {
  width: 100%;
  height: 100%;
}
.escritorioArea .thirdPart .centre .fraseDestaqueArch {
  width: 800px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 55px 0;
}
@media only screen and (max-width: 1199px) {
  .escritorioArea .thirdPart .centre .fraseDestaqueArch {
    width: 500px;
  }
}
@media only screen and (max-width: 759px) {
  .escritorioArea .thirdPart .centre .fraseDestaqueArch {
    width: 100%;
    padding: 0 25px;
  }
}
.escritorioArea .thirdPart .centre .fraseDestaqueArch p {
  font-family: 'Kaushan Script', cursive;
  font-size: 24px;
  font-weight: 400;
  color: #c70540;
  line-height: 2em;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 759px) {
  .escritorioArea .thirdPart .centre .fraseDestaqueArch p {
    font-family: 'Kaushan Script', cursive;
    font-size: 18px;
    font-weight: 400;
  }
}
.escritorioArea .thirdPart .centre .txtArchFinal {
  width: 760px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 0 75px;
}
@media only screen and (max-width: 1199px) {
  .escritorioArea .thirdPart .centre .txtArchFinal {
    width: 500px;
  }
}
@media only screen and (max-width: 759px) {
  .escritorioArea .thirdPart .centre .txtArchFinal {
    width: 100%;
    padding: 0 25px;
  }
}
.escritorioArea .thirdPart .centre .txtArchFinal p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #c70540;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 759px) {
  .escritorioArea .thirdPart .centre .txtArchFinal p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
}
.escritorioArea .fourthPart {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #8b6e49;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.escritorioArea .fourthPart .centre {
  width: 1300px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1299px) {
  .escritorioArea .fourthPart .centre {
    width: 100%;
  }
}
.escritorioArea .fourthPart .centre .titParceiros {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin: 55px 0;
}
.escritorioArea .fourthPart .centre .parceiros {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 0 80px;
}
@media only screen and (max-width: 1299px) {
  .escritorioArea .fourthPart .centre .parceiros {
    -ms-justify-content: center;
    justify-content: center;
  }
}
.escritorioArea .fourthPart .centre .parceiros .card {
  width: 315px;
  height: 180px;
  background-color: #fff;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 759px) {
  .escritorioArea .fourthPart .centre .parceiros .card {
    width: 290px;
  }
}
.escritorioArea .fourthPart .centre .parceiros .card .imgParceiro {
  max-height: 130px;
  width: auto;
  padding: 0 45px;
}
.escritorioArea .fourthPart .centre .parceiros .card .imgParceiro img {
  width: 100%;
  height: 100%;
}
.bannerArea {
  max-width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}
@media only screen and (min-width: 1890px) {
  .bannerArea {
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1574px) {
  .bannerArea {
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.bannerArea .banners {
  position: relative;
  padding-bottom: 226px;
}
@media only screen and (max-width: 1199px) {
  .bannerArea .banners {
    padding-bottom: 0;
  }
}
.bannerArea .banners .imgBanner {
  height: 750px;
  width: 1580px;
}
@media only screen and (max-width: 1199px) {
  .bannerArea .banners .imgBanner {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 529px) {
  .bannerArea .banners .imgBanner {
    height: 250px;
    overflow: hidden;
  }
}
.bannerArea .banners .imgBanner img {
  width: 100%;
  height: 100%;
}
.bannerArea .banners .squareFrase {
  width: 740px;
  height: 625px;
  background-color: #c70540;
  position: absolute;
  top: 350px;
  left: -310px;
  z-index: 110;
}
@media only screen and (max-width: 1199px) {
  .bannerArea .banners .squareFrase {
    position: initial;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: -5px;
  }
}
.bannerArea .banners .squareFrase .fraseDestaque {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #f2e9eb;
  width: 215px;
  text-transform: uppercase;
  position: relative;
  margin-left: 320px;
  margin-top: 68px;
}
@media only screen and (max-width: 1199px) {
  .bannerArea .banners .squareFrase .fraseDestaque {
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    gap: 40px;
  }
}
@media only screen and (max-width: 759px) {
  .bannerArea .banners .squareFrase .fraseDestaque {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
}
.bannerArea .banners .squareFrase .fraseDestaque .whiteSquare {
  width: 307px;
  height: 210px;
  background-color: #fff;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: -69px;
  left: 265px;
}
@media only screen and (max-width: 1199px) {
  .bannerArea .banners .squareFrase .fraseDestaque .whiteSquare {
    position: initial;
  }
}
@media only screen and (max-width: 759px) {
  .bannerArea .banners .squareFrase .fraseDestaque .whiteSquare {
    width: 270px;
    height: 140px;
  }
}
.bannerArea .banners .squareFrase .fraseDestaque .whiteSquare .imgLogoHome {
  width: 220px;
  height: 110px;
}
.bannerArea .banners .squareFrase .fraseDestaque .whiteSquare .imgLogoHome img {
  width: 100%;
  height: 100%;
}
.photoArea {
  max-width: 100%;
  height: 820px;
  display: flex;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}
@media only screen and (min-width: 1890px) {
  .photoArea {
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1574px) {
  .photoArea {
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1199px) {
  .photoArea {
    flex-direction: column-reverse;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.photoArea .leftSide {
  width: auto;
  background-color: #fff;
  margin-right: 26px;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 1199px) {
  .photoArea .leftSide {
    width: 50%;
    margin-top: -295px;
    margin-right: 0;
    -ms-justify-content: end;
    justify-content: end;
  }
}
@media only screen and (max-width: 899px) {
  .photoArea .leftSide {
    margin-top: -362px;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 759px) {
  .photoArea .leftSide {
    display: none;
  }
}
.photoArea .leftSide .photo {
  width: 405px;
  height: 560px;
}
@media only screen and (max-width: 1199px) {
  .photoArea .leftSide .photo {
    width: 300px;
    height: 411px;
  }
}
.photoArea .leftSide .photo img {
  width: 100%;
  height: 100%;
}
.photoArea .rightSide {
  width: 1150px;
}
@media only screen and (max-width: 1199px) {
  .photoArea .rightSide {
    width: 100%;
    display: flex;
    flex-direction: column;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
.photoArea .rightSide .brownSquare {
  background-color: #8b6e49;
  display: flex;
  padding: 50px;
  height: 485px;
  gap: 45px;
}
@media only screen and (max-width: 1349px) {
  .photoArea .rightSide .brownSquare {
    gap: 30px;
  }
}
@media only screen and (max-width: 1299px) {
  .photoArea .rightSide .brownSquare {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .photoArea .rightSide .brownSquare {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 759px) {
  .photoArea .rightSide .brownSquare {
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    padding: 50px 0;
  }
}
.photoArea .rightSide .brownSquare .squareImg {
  width: 385px;
  height: 385px;
  border: 1px solid #fff;
  position: relative;
  transition: all 0.8s ease;
}
.photoArea .rightSide .brownSquare .squareImg:hover .hoverSquare,
.photoArea .rightSide .brownSquare .squareImg:focus .hoverSquare {
  display: flex;
}
@media only screen and (max-width: 1299px) {
  .photoArea .rightSide .brownSquare .squareImg {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (max-width: 1199px) {
  .photoArea .rightSide .brownSquare .squareImg {
    width: 300px;
    height: 300px;
  }
}
@media only screen and (max-width: 759px) {
  .photoArea .rightSide .brownSquare .squareImg {
    width: 250px;
    height: 250px;
  }
}
.photoArea .rightSide .brownSquare .squareImg img {
  width: 100%;
  height: 100%;
}
.photoArea .rightSide .brownSquare .squareImg .hoverSquare {
  position: absolute;
  top: 0;
  left: 0;
  width: 385px;
  height: 385px;
  background: rgba(139,110,73,0.5);
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  text-shadow: 1px 1px #000;
  padding: 0 20px;
  text-align: center;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 1299px) {
  .photoArea .rightSide .brownSquare .squareImg .hoverSquare {
    width: 350px;
    height: 350px;
  }
}
@media only screen and (max-width: 1199px) {
  .photoArea .rightSide .brownSquare .squareImg .hoverSquare {
    width: 300px;
    height: 300px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 759px) {
  .photoArea .rightSide .brownSquare .squareImg .hoverSquare {
    width: 250px;
    height: 250px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
}
.photoArea .rightSide .txtHome {
  width: 685px;
  height: 330px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .photoArea .rightSide .txtHome {
    width: 50%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (max-width: 759px) {
  .photoArea .rightSide .txtHome {
    width: 100%;
  }
}
.photoArea .rightSide .txtHome p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #8b6e49;
  line-height: 2em;
}
@media only screen and (max-width: 1199px) {
  .photoArea .rightSide .txtHome p {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 759px) {
  .photoArea .rightSide .txtHome p {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
}
.depoimentosArea {
  width: 100%;
  height: auto;
}
.depoimentosArea .faixaDepoimentos {
  width: 100%;
  min-height: 370px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #c70540;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
}
@media only screen and (max-width: 759px) {
  .depoimentosArea .faixaDepoimentos {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 75px 0;
  }
}
@media only screen and (max-width: 444px) {
  .depoimentosArea .faixaDepoimentos {
    min-height: 550px;
    padding: 50px 0 120px;
  }
}
.depoimentosArea .faixaDepoimentos .depoimentosForeach {
  width: 1125px;
  min-height: 370px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  gap: 55px;
}
@media only screen and (max-width: 1199px) {
  .depoimentosArea .faixaDepoimentos .depoimentosForeach {
    width: 90%;
    gap: 30px;
  }
}
@media only screen and (max-width: 759px) {
  .depoimentosArea .faixaDepoimentos .depoimentosForeach {
    gap: 20px;
    width: 85%;
  }
}
@media only screen and (max-width: 444px) {
  .depoimentosArea .faixaDepoimentos .depoimentosForeach {
    gap: 10px;
    width: 95%;
  }
}
.depoimentosArea .faixaDepoimentos .depoimentosForeach .setaEsq,
.depoimentosArea .faixaDepoimentos .depoimentosForeach .setaDir {
  cursor: pointer;
}
@media only screen and (max-width: 444px) {
  .depoimentosArea .faixaDepoimentos .depoimentosForeach .setaEsq img,
  .depoimentosArea .faixaDepoimentos .depoimentosForeach .setaDir img {
    height: 20px;
  }
}
.depoimentosArea .faixaDepoimentos .depoimentosForeach .cycleDepoimentos {
  min-height: 370px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
}
.depoimentosArea .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide {
  width: 100%;
  min-height: 370px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 25px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 759px) {
  .depoimentosArea .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    min-height: 460px;
  }
}
.depoimentosArea .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .photo {
  width: 190px;
  height: 190px;
}
@media only screen and (max-width: 1199px) {
  .depoimentosArea .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .photo {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 759px) {
  .depoimentosArea .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .photo {
    width: 100px;
    height: 100px;
  }
}
.depoimentosArea .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .photo img {
  border-radius: 150px;
  width: 100%;
  height: 100%;
}
.depoimentosArea .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .areaTxt {
  max-width: 750px;
}
@media only screen and (max-width: 1199px) {
  .depoimentosArea .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .areaTxt {
    max-width: 70%;
  }
}
@media only screen and (max-width: 759px) {
  .depoimentosArea .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .areaTxt {
    max-width: 100%;
    text-align: center;
  }
}
.depoimentosArea .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .areaTxt .txt {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5em;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .depoimentosArea .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .areaTxt .txt {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 759px) {
  .depoimentosArea .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .areaTxt .txt {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
  }
}
.depoimentosArea .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .areaTxt .nome {
  font-family: 'Kaushan Script', cursive;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  margin: 0;
}
.depoimentosArea .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .areaTxt .cidade {
  font-family: 'Kaushan Script', cursive;
  font-size: 11px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  margin: 0;
}
.politica-de-privacidade .center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  .politica-de-privacidade .center {
    max-width: 80%;
  }
}
.politica-de-privacidade .center .titulo {
  font-size: 25px;
}
.politica-de-privacidade .center .texto h1 {
  font-size: 30px;
  font-weight: 600;
}
.politica-de-privacidade .center .texto h2 {
  font-size: 27px;
  font-weight: 600;
}
.politica-de-privacidade .center .texto h3 {
  font-size: 25px;
  font-weight: 600;
}
.politica-de-privacidade .center .texto h4 {
  font-size: 22px;
  font-weight: 600;
}
.politica-de-privacidade .center .texto p {
  font-size: 20px;
  font-weight: 400;
}
.politica-de-privacidade .center .texto ul li {
  font-size: 20px;
  font-weight: 400;
}
.allProjects {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.allProjects .faixa {
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 759px) {
  .allProjects .faixa {
    -ms-justify-content: center;
    justify-content: center;
  }
}
.allProjects .faixa .pinkFaixa {
  background-color: #c70540;
  height: 300px;
  width: 710px;
  position: relative;
}
@media only screen and (max-width: 759px) {
  .allProjects .faixa .pinkFaixa {
    width: 50%;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.allProjects .faixa .pinkFaixa .categorias {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 35px;
  right: 360px;
  gap: 5px;
  width: 150px;
}
@media only screen and (min-width: 1480px) {
  .allProjects .faixa .pinkFaixa .categorias {
    right: 360px;
  }
}
@media only screen and (min-width: 1500px) {
  .allProjects .faixa .pinkFaixa .categorias {
    right: 350px;
  }
}
@media only screen and (min-width: 1600px) {
  .allProjects .faixa .pinkFaixa .categorias {
    right: 333px;
  }
}
@media only screen and (min-width: 1700px) {
  .allProjects .faixa .pinkFaixa .categorias {
    right: 310px;
  }
}
@media only screen and (max-width: 1399px) {
  .allProjects .faixa .pinkFaixa .categorias {
    right: 320px;
  }
}
@media only screen and (max-width: 1299px) {
  .allProjects .faixa .pinkFaixa .categorias {
    right: 338px;
  }
}
@media only screen and (max-width: 1199px) {
  .allProjects .faixa .pinkFaixa .categorias {
    position: relative;
    right: 0;
    margin-left: 55px;
  }
}
@media only screen and (max-width: 824px) {
  .allProjects .faixa .pinkFaixa .categorias {
    width: 140px;
  }
}
@media only screen and (max-width: 759px) {
  .allProjects .faixa .pinkFaixa .categorias {
    top: -10px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 549px) {
  .allProjects .faixa .pinkFaixa .categorias {
    margin-left: 0;
  }
}
.allProjects .faixa .pinkFaixa .categorias .aCategoria {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding-top: 15px;
}
.allProjects .faixa .pinkFaixa .categorias .aCategoria:hover,
.allProjects .faixa .pinkFaixa .categorias .aCategoria:focus {
  color: rgba(228,131,160,0.486);
}
.allProjects .faixa .pinkFaixa .categorias .aSubcategoria {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  text-transform: lowercase;
}
.allProjects .faixa .pinkFaixa .categorias .aSubcategoria:hover,
.allProjects .faixa .pinkFaixa .categorias .aSubcategoria:focus {
  color: rgba(228,131,160,0.486);
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 400;
  font-weight: 700;
}
.allProjects .faixa .pinkFaixa .white {
  position: absolute;
  top: 0;
  right: -153px;
  width: 310px;
  height: 210px;
  background-color: #fff;
  z-index: 2;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .allProjects .faixa .pinkFaixa .white {
    width: 235px;
    height: 180px;
    right: -120px;
  }
}
@media only screen and (max-width: 759px) {
  .allProjects .faixa .pinkFaixa .white {
    width: 160px;
    height: 125px;
    right: -180px;
    top: -1px;
  }
}
@media only screen and (max-width: 549px) {
  .allProjects .faixa .pinkFaixa .white {
    width: 130px;
    height: 110px;
    right: -140px;
  }
}
.allProjects .faixa .pinkFaixa .white .logoFaixa {
  width: 230px;
  height: 110px;
}
@media only screen and (max-width: 1199px) {
  .allProjects .faixa .pinkFaixa .white .logoFaixa {
    width: 180px;
    height: auto;
  }
}
@media only screen and (max-width: 759px) {
  .allProjects .faixa .pinkFaixa .white .logoFaixa {
    width: 135px;
  }
}
@media only screen and (max-width: 549px) {
  .allProjects .faixa .pinkFaixa .white .logoFaixa {
    width: 105px;
  }
}
.allProjects .faixa .pinkFaixa .white .logoFaixa img {
  width: 100%;
  height: 100%;
}
.allProjects .faixa .pinkFaixa .fraseFaixa {
  width: 370px;
  position: absolute;
  bottom: 74px;
  right: -566px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600;
  color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .allProjects .faixa .pinkFaixa .fraseFaixa {
    width: 215px;
    bottom: 105px;
    right: -380px;
  }
}
@media only screen and (max-width: 759px) {
  .allProjects .faixa .pinkFaixa .fraseFaixa {
    width: 155px;
    right: -175px;
    bottom: 115px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-weight: 600;
  }
}
@media only screen and (max-width: 549px) {
  .allProjects .faixa .pinkFaixa .fraseFaixa {
    width: 150px;
    right: -150px;
    bottom: 120px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-weight: 600;
    text-align: center;
  }
}
.allProjects .faixa .pinkFaixa .fraseFaixaCategoria {
  width: 370px;
  position: absolute;
  bottom: 74px;
  right: -566px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600;
  color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .allProjects .faixa .pinkFaixa .fraseFaixaCategoria {
    bottom: 105px;
    right: -515px;
  }
}
@media only screen and (max-width: 849px) {
  .allProjects .faixa .pinkFaixa .fraseFaixaCategoria {
    width: 265px;
    bottom: 112px;
    right: -405px;
  }
}
@media only screen and (max-width: 759px) {
  .allProjects .faixa .pinkFaixa .fraseFaixaCategoria {
    width: 215px;
    right: -235px;
    bottom: 115px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-weight: 600;
  }
}
@media only screen and (max-width: 549px) {
  .allProjects .faixa .pinkFaixa .fraseFaixaCategoria {
    width: 140px;
    right: -145px;
    bottom: 105px;
    text-align: center;
  }
}
.allProjects .faixa .imgFaixa {
  width: 1150px;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 759px) {
  .allProjects .faixa .imgFaixa {
    width: 50%;
  }
}
.allProjects .faixa .imgFaixa .pinkHover {
  width: 1150px;
  height: 300px;
  background-color: #c70540;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
@media only screen and (max-width: 759px) {
  .allProjects .faixa .imgFaixa .pinkHover {
    width: 100%;
  }
}
.allProjects .galeria {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.allProjects .galeria .imagensGaleria {
  width: 1300px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
}
@media only screen and (max-width: 1299px) {
  .allProjects .galeria .imagensGaleria {
    width: 100%;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.allProjects .galeria .imagensGaleria .aProjeto {
  width: 420px;
  height: 300px;
}
@media only screen and (max-width: 759px) {
  .allProjects .galeria .imagensGaleria .aProjeto {
    width: 290px !important;
    height: 290px;
  }
}
.allProjects .galeria .imagensGaleria .aProjeto .imgProjeto {
  width: 420px;
  height: 300px;
  position: relative;
}
@media only screen and (max-width: 759px) {
  .allProjects .galeria .imagensGaleria .aProjeto .imgProjeto {
    width: 290px !important;
    height: 309px;
  }
}
.allProjects .galeria .imagensGaleria .aProjeto .imgProjeto:focus .hoverImg,
.allProjects .galeria .imagensGaleria .aProjeto .imgProjeto:hover .hoverImg {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.allProjects .galeria .imagensGaleria .aProjeto .imgProjeto img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 759px) {
  .allProjects .galeria .imagensGaleria .aProjeto .imgProjeto img {
    width: 290px !important;
    height: 290px;
  }
}
.allProjects .galeria .imagensGaleria .aProjeto .imgProjeto .hoverImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 420px;
  height: 300px;
  background-color: rgba(228,131,160,0.486);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 759px) {
  .allProjects .galeria .imagensGaleria .aProjeto .imgProjeto .hoverImg {
    width: 290px !important;
    height: 290px;
  }
}
.allProjects .galeria .imagensGaleria .aProjeto .imgProjeto .hoverImg .name {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 10px #8b6e49;
  text-align: center;
}
.allProjects .galeria .imagensGaleria .firstRow {
  width: 100%;
  min-height: 350px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  gap: 35px;
  padding: 30px 0 10px;
}
@media only screen and (max-width: 1199px) {
  .allProjects .galeria .imagensGaleria .firstRow {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
}
.allProjects .galeria .imagensGaleria .firstRow .aProjetoFirst {
  width: 640px;
  height: 309px;
}
@media only screen and (max-width: 759px) {
  .allProjects .galeria .imagensGaleria .firstRow .aProjetoFirst {
    width: 100%;
    height: auto;
  }
}
.allProjects .galeria .imagensGaleria .firstRow .aProjetoFirst .imgProjetoFirst {
  width: 640px;
  height: 309px;
  position: relative;
}
.allProjects .galeria .imagensGaleria .firstRow .aProjetoFirst .imgProjetoFirst:focus .hoverImgFirst,
.allProjects .galeria .imagensGaleria .firstRow .aProjetoFirst .imgProjetoFirst:hover .hoverImgFirst {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
@media only screen and (max-width: 759px) {
  .allProjects .galeria .imagensGaleria .firstRow .aProjetoFirst .imgProjetoFirst {
    width: 100%;
    height: auto;
  }
}
.allProjects .galeria .imagensGaleria .firstRow .aProjetoFirst .imgProjetoFirst img {
  width: 100%;
  height: 100%;
}
.allProjects .galeria .imagensGaleria .firstRow .aProjetoFirst .imgProjetoFirst .hoverImgFirst {
  width: 640px;
  height: 309px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(228,131,160,0.486);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 759px) {
  .allProjects .galeria .imagensGaleria .firstRow .aProjetoFirst .imgProjetoFirst .hoverImgFirst {
    width: 100%;
    height: 100%;
  }
}
.allProjects .galeria .imagensGaleria .firstRow .aProjetoFirst .imgProjetoFirst .hoverImgFirst .name {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 1px 10px #8b6e49;
  text-align: center;
}
.allProjects .galeria .imagensGaleria .firstRow .txtCategorias {
  height: 100%;
  width: 640px;
  padding: 25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  color: #8b6e49;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .allProjects .galeria .imagensGaleria .firstRow .txtCategorias {
    text-align: center;
  }
}
@media only screen and (max-width: 759px) {
  .allProjects .galeria .imagensGaleria .firstRow .txtCategorias {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
}
.allProjects .galeria .imagensGaleria .firstRowProjeto {
  width: 100%;
  min-height: 425px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  gap: 35px;
  padding: 30px 0 10px;
}
@media only screen and (max-width: 1199px) {
  .allProjects .galeria .imagensGaleria .firstRowProjeto {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
}
.allProjects .galeria .imagensGaleria .firstRowProjeto .imgProjetoShow {
  width: 635px;
  height: 425px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media only screen and (max-width: 759px) {
  .allProjects .galeria .imagensGaleria .firstRowProjeto .imgProjetoShow {
    width: 100%;
    height: auto;
  }
}
.allProjects .galeria .imagensGaleria .firstRowProjeto .imgProjetoShow img {
  width: 100%;
  height: 100%;
}
.allProjects .galeria .imagensGaleria .firstRowProjeto .txtProjeto {
  height: 100%;
  width: 640px;
  padding: 25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  color: #8b6e49;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .allProjects .galeria .imagensGaleria .firstRowProjeto .txtProjeto {
    text-align: center;
  }
}
@media only screen and (max-width: 759px) {
  .allProjects .galeria .imagensGaleria .firstRowProjeto .txtProjeto {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
}
.allProjects .galeria .imagensGaleria .firstRowProjeto .txtProjeto .tituloProjeto {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-weight: 700;
  color: #c70540;
  text-transform: uppercase;
  margin: 0 0 35px;
}
.allProjects .galeria .imagensGaleria .firstRowProjeto .txtProjeto .fraseDescritiva {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600;
  margin: 10px 0;
}
@media only screen and (max-width: 1299px) and (max-width: 759px) {
  .allProjects .galeria .imagensGaleria {
    gap: 10px;
  }
}
.allProjects .galeria .btn-load-more,
.allProjects .galeria .btn-voltar {
  width: 140px;
  height: 40px;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #c70540;
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #c70540;
  text-transform: uppercase;
  transition: all 0.5s ease;
  cursor: pointer;
  margin: 45px 0 95px;
}
.allProjects .galeria .btn-load-more:hover,
.allProjects .galeria .btn-voltar:hover,
.allProjects .galeria .btn-load-more:focus,
.allProjects .galeria .btn-voltar:focus {
  transform: scale(1.05);
  background-color: #c70540;
  color: #fff;
}
.allProjects .faixaDepoimentos {
  width: 100%;
  min-height: 370px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #c70540;
  display: flex;
  -ms-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
}
@media only screen and (max-width: 759px) {
  .allProjects .faixaDepoimentos {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 75px 0;
  }
}
@media only screen and (max-width: 444px) {
  .allProjects .faixaDepoimentos {
    min-height: 550px;
    padding: 50px 0 120px;
  }
}
.allProjects .faixaDepoimentos .depoimentosForeach {
  width: 1125px;
  min-height: 370px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
  gap: 55px;
}
@media only screen and (max-width: 1199px) {
  .allProjects .faixaDepoimentos .depoimentosForeach {
    width: 90%;
    gap: 30px;
  }
}
@media only screen and (max-width: 759px) {
  .allProjects .faixaDepoimentos .depoimentosForeach {
    gap: 20px;
    width: 85%;
  }
}
@media only screen and (max-width: 444px) {
  .allProjects .faixaDepoimentos .depoimentosForeach {
    gap: 10px;
    width: 95%;
  }
}
.allProjects .faixaDepoimentos .depoimentosForeach .setaEsq,
.allProjects .faixaDepoimentos .depoimentosForeach .setaDir {
  cursor: pointer;
}
@media only screen and (max-width: 444px) {
  .allProjects .faixaDepoimentos .depoimentosForeach .setaEsq img,
  .allProjects .faixaDepoimentos .depoimentosForeach .setaDir img {
    height: 20px;
  }
}
.allProjects .faixaDepoimentos .depoimentosForeach .cycleDepoimentos {
  min-height: 370px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
}
.allProjects .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide {
  width: 100%;
  min-height: 370px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 25px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 759px) {
  .allProjects .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    min-height: 460px;
  }
}
.allProjects .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .photo {
  width: 190px;
  height: 190px;
}
@media only screen and (max-width: 1199px) {
  .allProjects .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .photo {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 759px) {
  .allProjects .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .photo {
    width: 100px;
    height: 100px;
  }
}
.allProjects .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .photo img {
  border-radius: 150px;
  width: 100%;
  height: 100%;
}
.allProjects .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .areaTxt {
  max-width: 750px;
}
@media only screen and (max-width: 1199px) {
  .allProjects .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .areaTxt {
    max-width: 70%;
  }
}
@media only screen and (max-width: 759px) {
  .allProjects .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .areaTxt {
    max-width: 100%;
    text-align: center;
  }
}
.allProjects .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .areaTxt .txt {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5em;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .allProjects .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .areaTxt .txt {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 759px) {
  .allProjects .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .areaTxt .txt {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
  }
}
.allProjects .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .areaTxt .nome {
  font-family: 'Kaushan Script', cursive;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  margin: 0;
}
.allProjects .faixaDepoimentos .depoimentosForeach .cycleDepoimentos .areaSlide .areaTxt .cidade {
  font-family: 'Kaushan Script', cursive;
  font-size: 11px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  margin: 0;
}
.galeriaFlex {
  margin-top: 20px;
}
.galeriaFlex .masonry-item {
  width: 418px;
  margin-right: 10px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 759px) {
  .galeriaFlex .masonry-item {
    width: 290px;
  }
}
.galeriaFlex .masonry-item img {
  width: 100%;
  height: 100%;
}

