@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400;500;600;700;800&display=swap");
html, body {
  margin: 0;
  padding: 0; }

body {
  position: relative;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 18px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #FFFFFF;
  color: #777777; }

a {
  color: #777777;
  text-decoration: none; }
  a:hover {
    color: #777777;
    text-decoration: none; }

.spacer {
  display: block; }
  .spacer._1rem {
    height: 1rem; }
  .spacer._2rem {
    height: 2rem; }
  .spacer._3rem {
    height: 3rem; }
  .spacer._4rem {
    height: 4rem; }
  .spacer._5rem {
    height: 5rem; }
  .spacer._6rem {
    height: 6rem; }
  .spacer._7rem {
    height: 7rem; }
  .spacer._8rem {
    height: 8rem; }
  .spacer._9rem {
    height: 9rem; }
  .spacer._10rem {
    height: 10rem; }
  .spacer._11rem {
    height: 11rem; }
  .spacer._12rem {
    height: 12rem; }
  .spacer._13rem {
    height: 13rem; }
  .spacer._14rem {
    height: 14rem; }
  .spacer._15rem {
    height: 15rem; }
  .spacer._16rem {
    height: 16rem; }
  .spacer._17rem {
    height: 17rem; }
  .spacer._18rem {
    height: 18rem; }
  .spacer._19rem {
    height: 19rem; }
  .spacer._20rem {
    height: 20rem; }
  .spacer._21rem {
    height: 21rem; }
  .spacer._22rem {
    height: 22rem; }
  .spacer._23rem {
    height: 23rem; }
  .spacer._24rem {
    height: 24rem; }
  .spacer._25rem {
    height: 25rem; }
  .spacer._26rem {
    height: 26rem; }
  .spacer._27rem {
    height: 27rem; }
  .spacer._28rem {
    height: 28rem; }
  .spacer._29rem {
    height: 29rem; }
  .spacer._30rem {
    height: 30rem; }

.btn-amarelo {
  color: #431761;
  font-weight: 500;
  background-color: #f0ce00;
  border-radius: 0;
  border: 1px solid #bda200;
  padding: 5px 30px; }
  .btn-amarelo:hover, .btn-amarelo:focus {
    color: #431761;
    background-color: #bda200;
    border: 1px solid #bda200;
    box-shadow: none !important; }

.btn-roxo {
  color: #f0ce00;
  font-weight: 500;
  background-color: #431761;
  border-radius: 0;
  border: 1px solid #270d38;
  padding: 5px 30px; }
  .btn-roxo:hover, .btn-roxo:focus {
    color: #f0ce00;
    background-color: #270d38;
    border: 1px solid #270d38;
    box-shadow: none !important; }

.titulo-simples {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem; }

.titulo-amarelo {
  color: #f0ce00; }

.primary-title {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  color: #431761;
  padding: 2rem 0.75rem 0 0.75rem;
  letter-spacing: -3px; }
  @media (min-width: 768px) {
    .primary-title {
      font-size: 3rem; } }
  @media (min-width: 992px) {
    .primary-title {
      padding: 0 0.75rem;
      font-size: 4.5rem; } }

.primary-title-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%; }
  @media (min-width: 992px) {
    .primary-title-container {
      align-items: center; } }

.secondary-title {
  font-size: 2rem;
  font-weight: 700;
  color: #777777;
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .secondary-title {
      font-size: 2.5rem; } }
  @media (min-width: 992px) {
    .secondary-title {
      font-size: 3rem; } }

.secondary-title-container {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media (min-width: 992px) {
    .secondary-title-container {
      justify-content: flex-end; } }

.texto-containter {
  padding: 2rem 1rem; }
  @media (min-width: 768px) {
    .texto-containter {
      padding: 3rem 7rem 0 2rem; } }
  @media (min-width: 992px) {
    .texto-containter {
      padding: 0 3rem 0 2rem; } }
  @media (min-width: 1200px) {
    .texto-containter {
      padding: 2rem 10rem 2rem 5rem; } }
  @media (min-width: 1400px) {
    .texto-containter {
      padding: 2rem 20rem 2rem 10rem; } }

header {
  padding: 2rem 0; }
  header .navbar .navbar-brand img {
    height: 40px; }
  header .navbar .navbar-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #0a030f;
    background-color: #431761; }
    header .navbar .navbar-toggler i {
      color: #f0ce00; }
    @media (min-width: 992px) {
      header .navbar .navbar-toggler {
        display: none; } }
  header .navbar .nav-item {
    padding: 0 1rem; }
  header .navbar .nav-link {
    font-weight: 600; }
    header .navbar .nav-link:hover {
      color: #431761; }

.nav-social a {
  color: #f0ce00;
  text-decoration: none;
  margin: 3px; }
  .nav-social a i {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 12px;
    border-radius: 50%;
    background-color: #431761;
    color: #f0ce00; }

#banner-topo, #banner-topo-texto {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0; }
  #banner-topo .img-banner-texto, #banner-topo-texto .img-banner-texto {
    min-width: 100%;
    width: 100%; }

.arrow {
  position: absolute;
  top: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 100%; }
  .arrow i {
    font-size: 2rem;
    color: #777777; }
  .arrow.arrow-left {
    left: 0; }
  .arrow.arrow-right {
    right: 0; }
  .arrow:hover i {
    color: #f0ce00;
    background-color: #431761;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center; }

#portfolio-carousel {
  position: relative; }
  #portfolio-carousel .grow {
    transition: all .2s ease-in-out; }
    #portfolio-carousel .grow:hover {
      transform: scale(1.1);
      z-index: 999; }
  #portfolio-carousel .owl-item:hover {
    z-index: 999; }
  #portfolio-carousel .owl-stage-outer {
    padding: 20px 0; }
  #portfolio-carousel .portfolio-item {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: #431761;
    transition: all 300ms linear; }
    #portfolio-carousel .portfolio-item img {
      position: relative;
      width: 100%;
      min-width: 100%;
      opacity: 0;
      z-index: 1; }
    #portfolio-carousel .portfolio-item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0 2rem;
      display: flex;
      overflow: hidden !important;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      z-index: 2;
      transition: all ease-in .3s;
      height: 100%;
      opacity: 0; }
      #portfolio-carousel .portfolio-item .overlay h3 {
        color: #FFFFFF;
        font-weight: 700;
        font-size: 1.5rem; }
        @media (min-width: 1200px) {
          #portfolio-carousel .portfolio-item .overlay h3 {
            font-size: 2.5rem; } }
      #portfolio-carousel .portfolio-item .overlay .line {
        display: block;
        width: 70%;
        height: 3px;
        background-color: #f0ce00;
        margin: 1rem 0; }
      #portfolio-carousel .portfolio-item .overlay span {
        color: #FFFFFF;
        font-size: 1rem; }
        @media (min-width: 1200px) {
          #portfolio-carousel .portfolio-item .overlay span {
            font-size: 1.8rem; } }
    #portfolio-carousel .portfolio-item:hover {
      background-blend-mode: overlay;
      background-size: 120%; }
      #portfolio-carousel .portfolio-item:hover .overlay {
        opacity: 1;
        padding: 2rem; }

#contato-bar {
  display: block;
  position: relative;
  background-color: #431761;
  padding: 5rem 0; }
  #contato-bar .logo-container {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center; }
  #contato-bar .texto-form * {
    color: #FFFFFF; }
  #contato-bar .form-control {
    border-radius: 0;
    border: 0;
    background-color: rgba(255, 255, 255, 0.5);
    color: #FFFFFF; }
    #contato-bar .form-control::placeholder {
      color: rgba(255, 255, 255, 0.8); }

#custom-menu .menu-items ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    #custom-menu .menu-items ul {
      flex-direction: row; } }
  #custom-menu .menu-items ul li a {
    display: inline-block;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 600;
    text-align: center; }
    @media (min-width: 768px) {
      #custom-menu .menu-items ul li a {
        font-size: 1.5rem; } }
    #custom-menu .menu-items ul li a:hover {
      color: #431761;
      text-decoration: underline; }
  #custom-menu .menu-items ul li.current-menu-item a {
    color: #431761;
    text-decoration: underline; }

#portfolio-categories-carousel {
  position: relative; }
  #portfolio-categories-carousel .container {
    position: relative; }
  #portfolio-categories-carousel .grow {
    transition: all .2s ease-in-out; }
    #portfolio-categories-carousel .grow:hover {
      transform: scale(1.1);
      z-index: 999; }
  #portfolio-categories-carousel .owl-item:hover {
    z-index: 999; }
  #portfolio-categories-carousel .owl-stage-outer {
    padding: 20px 0; }
  #portfolio-categories-carousel .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 1rem; }
    #portfolio-categories-carousel .item img {
      width: 120px;
      height: 120px;
      border-radius: 50%; }
    #portfolio-categories-carousel .item h3 {
      color: #777777;
      font-weight: 600; }
    #portfolio-categories-carousel .item * {
      text-decoration: none; }
    #portfolio-categories-carousel .item:hover * {
      text-decoration: none; }

#equipe-carousel {
  position: relative; }
  #equipe-carousel .container {
    position: relative; }
  #equipe-carousel .grow {
    transition: all .2s ease-in-out; }
    #equipe-carousel .grow:hover {
      transform: scale(1.1);
      z-index: 999; }
  #equipe-carousel .owl-item:hover {
    z-index: 999; }
  #equipe-carousel .owl-stage-outer {
    padding: 20px 0; }
  #equipe-carousel .grow {
    transition: all .2s ease-in-out; }
    #equipe-carousel .grow:hover {
      transform: scale(1.1);
      z-index: 999; }
  #equipe-carousel .owl-item:hover {
    z-index: 999; }
  #equipe-carousel .owl-stage-outer {
    padding: 20px 0; }
  #equipe-carousel .equipe-item {
    display: block;
    position: relative;
    background-color: #f0ce00;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    transition: all 300ms linear; }
    #equipe-carousel .equipe-item img {
      position: relative;
      width: 100%;
      min-width: 100%;
      opacity: 0;
      z-index: 1; }
    #equipe-carousel .equipe-item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0 2rem;
      display: flex;
      overflow: hidden !important;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 2;
      transition: all ease-in .3s;
      height: 100%;
      opacity: 0; }
      #equipe-carousel .equipe-item .overlay h3 {
        color: #FFFFFF;
        font-weight: 700;
        font-size: 1.5rem;
        text-shadow: 2px 2px 20px rgba(67, 23, 97, 0.3); }
        @media (min-width: 1200px) {
          #equipe-carousel .equipe-item .overlay h3 {
            font-size: 2.5rem; } }
      #equipe-carousel .equipe-item .overlay .line {
        display: block;
        width: 70%;
        height: 3px;
        background-color: #f0ce00;
        margin: 1rem 0; }
      #equipe-carousel .equipe-item .overlay span {
        color: #FFFFFF;
        font-size: 1rem; }
        @media (min-width: 1200px) {
          #equipe-carousel .equipe-item .overlay span {
            font-size: 1.8rem; } }
    #equipe-carousel .equipe-item:hover {
      background-size: 120%; }
      #equipe-carousel .equipe-item:hover .overlay {
        opacity: 1;
        padding: 2rem; }

#portfolio {
  position: relative; }
  #portfolio .container {
    position: relative; }
  #portfolio .grow {
    transition: all .2s ease-in-out; }
    #portfolio .grow:hover {
      transform: scale(1.1);
      z-index: 999; }
  #portfolio .owl-item:hover {
    z-index: 999; }
  #portfolio .owl-stage-outer {
    padding: 20px 0; }
  #portfolio .portfolio-item {
    display: block;
    position: relative;
    background-color: #f0ce00;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: all 300ms linear; }
    #portfolio .portfolio-item img {
      position: relative;
      width: 100%;
      min-width: 100%;
      height: auto;
      opacity: 0; }
    #portfolio .portfolio-item .overlay {
      position: absolute;
      left: 0;
      top: 0;
      padding: 0 1rem;
      width: 100%;
      height: 100%;
      opacity: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      transition: all ease-in .3s; }
      #portfolio .portfolio-item .overlay h3, #portfolio .portfolio-item .overlay h4 {
        text-align: center;
        font-weight: 600;
        color: #FFFFFF;
        text-shadow: 2px 2px 20px rgba(67, 23, 97, 0.5); }
      #portfolio .portfolio-item .overlay h3 {
        font-size: 1rem; }
        @media (min-width: 1200px) {
          #portfolio .portfolio-item .overlay h3 {
            font-size: 2.2rem; } }
      #portfolio .portfolio-item .overlay h4 {
        font-size: .9rem; }
        @media (min-width: 1200px) {
          #portfolio .portfolio-item .overlay h4 {
            font-size: 1.7rem; } }
    #portfolio .portfolio-item:hover {
      background-blend-mode: overlay;
      background-size: 130%; }
      #portfolio .portfolio-item:hover .overlay {
        opacity: 100%;
        padding: 1rem; }

#page-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  min-height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (min-width: 768px) {
    #page-header {
      min-height: 250px; } }
  #page-header h1 {
    font-size: 1.8rem;
    font-weight: 700; }
    @media (min-width: 768px) {
      #page-header h1 {
        font-size: 2.5rem; } }

.page-header-default {
  background-color: #431761;
  color: #f0ce00; }

#faixa-texto {
  font-family: 'Poppins', sans-serif;
  padding: 2rem 1rem; }

#contato-full .form-control {
  border-radius: 0;
  border: 0;
  color: #777777;
  border-bottom: 1px solid rgba(119, 119, 119, 0.3); }
  #contato-full .form-control:focus {
    box-shadow: none; }
  #contato-full .form-control::placeholder {
    color: #777777; }

#fale-whatsapp .contents {
  display: flex;
  align-items: center;
  justify-content: center; }
#fale-whatsapp a {
  font-weight: bold; }
#fale-whatsapp img {
  margin-left: 1rem; }

#grid-blog .item {
  display: block;
  position: relative;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: #431761;
  transition: background-size 300ms linear; }
  @media (min-width: 992px) {
    #grid-blog .item {
      height: 400px; } }
  #grid-blog .item .titulo {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 1rem;
    opacity: 1;
    transition: all ease-in .3s; }
    #grid-blog .item .titulo h2 {
      color: #FFFFFF;
      font-size: 2rem;
      font-weight: 600;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
  #grid-blog .item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem;
    transition: all ease-in .3s;
    opacity: 0; }
    #grid-blog .item .overlay h3 {
      color: #FFFFFF;
      font-size: 1.7rem;
      font-weight: 600;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
    #grid-blog .item .overlay span {
      color: #FFFFFF;
      font-size: 1.3rem;
      font-weight: 400;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
  #grid-blog .item:hover {
    background-size: 130%;
    background-blend-mode: overlay; }
    #grid-blog .item:hover .titulo {
      opacity: 0; }
    #grid-blog .item:hover .overlay {
      opacity: 1; }
#grid-blog .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5rem 0; }
  #grid-blog .pagination .page-item .page-link {
    border-color: #431761;
    color: #431761;
    border-radius: 0; }
    #grid-blog .pagination .page-item .page-link:hover {
      background-color: #f0ce00; }
    #grid-blog .pagination .page-item .page-link.current {
      color: #f0ce00;
      background-color: #431761; }

#busca-blog {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  #busca-blog .field-container {
    background-color: rgba(119, 119, 119, 0.3);
    height: 35px;
    width: 325px;
    padding: 0 .7rem 0 1rem;
    border-radius: 17.5px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 768px) {
      #busca-blog .field-container {
        width: 500px; } }
    @media (min-width: 1200px) {
      #busca-blog .field-container {
        width: 750px; } }
    #busca-blog .field-container #s {
      flex: 1;
      height: 35px;
      border: 0;
      background: transparent;
      color: #FFFFFF; }
      #busca-blog .field-container #s::placeholder {
        color: rgba(255, 255, 255, 0.7); }
      #busca-blog .field-container #s:focus {
        box-shadow: none;
        outline: none; }
    #busca-blog .field-container #search-button {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 35px;
      height: 35px;
      border: 0;
      background: transparent; }
      #busca-blog .field-container #search-button i {
        color: #FFFFFF; }

#prevnext-post .item {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  background-color: #431761;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: background-size 300ms linear; }
  #prevnext-post .item .arrow {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1; }
    #prevnext-post .item .arrow i {
      color: #FFFFFF;
      font-size: 2rem; }
    #prevnext-post .item .arrow.arrow-next {
      right: 0; }
    #prevnext-post .item .arrow.arrow-prev {
      left: 0; }
  #prevnext-post .item .titulo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: 2; }
    #prevnext-post .item .titulo h3 {
      color: #FFFFFF;
      font-size: 2rem;
      font-weight: 600;
      padding: 2rem;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  #prevnext-post .item:hover {
    background-size: 130%;
    background-blend-mode: overlay; }

#case-header .imagem1, #case-header .imagem2 {
  display: flex;
  width: 100%;
  height: 400px;
  align-items: center;
  justify-content: center;
  padding: 2rem; }
  @media (min-width: 992px) {
    #case-header .imagem1, #case-header .imagem2 {
      height: 700px; } }
#case-header .imagem1 img {
  width: 100%;
  max-width: 400px; }
#case-header .imagem2 h1 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center; }
  @media (min-width: 768px) {
    #case-header .imagem2 h1 {
      font-size: 2.5rem; } }

@media (min-width: 768px) {
  #faixa-texto-imagem {
    background: white;
    background: linear-gradient(0deg, white 0%, white 20%, #aaaaaa 20%, #c5c5c5 80%, white 80%, white 100%); } }
#faixa-texto-imagem .the-content {
  color: #777777; }
  @media (min-width: 768px) {
    #faixa-texto-imagem .the-content {
      color: #FFFFFF; } }

@media (min-width: 768px) {
  #cases-pecas {
    background: white;
    background: linear-gradient(0deg, white 0%, white 25%, #aaaaaa 25%, #c5c5c5 75%, white 75%, white 100%); } }
#cases-pecas .peca-default {
  border: 1px inset rgba(119, 119, 119, 0.5); }

footer {
  padding: 5rem 0 3rem; }
  footer * {
    padding: 0;
    margin: 0; }
  footer .menu-footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      footer .menu-footer ul {
        flex-direction: row; } }
    footer .menu-footer ul li {
      padding: 0 .8rem; }
      footer .menu-footer ul li a {
        font-weight: 600; }
        footer .menu-footer ul li a:hover {
          color: #431761; }
  footer .social {
    display: flex;
    align-items: center;
    justify-content: center; }
    footer .social a {
      color: #f0ce00;
      text-decoration: none;
      margin: 3px; }
      footer .social a i {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background-color: #431761;
        color: #f0ce00; }

#side-menu {
  background: #f0ce00;
  box-shadow: 0 0 10px rgba(67, 23, 97, 0.9);
  z-index: 9999; }
  #side-menu .close {
    background-color: transparent;
    border: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
    #side-menu .close span {
      color: #431761; }
  #side-menu .contents .nav-item .nav-link {
    color: #431761;
    text-decoration: none;
    text-transform: uppercase; }
  #side-menu .contents .nav-item:hover, #side-menu .contents .nav-item.active {
    color: #0a030f; }
  #side-menu .contents .translations a {
    margin-right: 5px; }
  #side-menu .contents .nav-social {
    margin: 0;
    padding: 0;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; }
    #side-menu .contents .nav-social a {
      font-size: 1.5rem;
      text-decoration: none; }
      #side-menu .contents .nav-social a:hover {
        text-decoration: none; }

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