@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Serif&family=Oswald:wght@300&family=Playfair+Display&display=swap");
/********** Default values ****************/
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: hidden !important;
  font-family: Arial, sans-serif;
  margin-top: -25px;
  padding: 0;
}

body p {
  font-family: Arial, Helvetica, sans-serif;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.title {
  font-family: 'Playfair Display', serif;
  color: #000;
}

.title h1 {
  font-size: 50px;
}

.line-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2px;
  width: 100px;
  background: #975b00;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.button-22 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  background-color: #975b00;
  border-radius: 8px;
  border-style: none;
  -webkit-box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
          box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "RM Neue",sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 10px 21px;
  text-align: center;
  text-transform: none;
  -webkit-transition: color .13s ease-in-out, .13s ease-in-out,opacity .13s ease-in-out,-webkit-box-shadow .13s ease-in-out;
  transition: color .13s ease-in-out, .13s ease-in-out,opacity .13s ease-in-out,-webkit-box-shadow .13s ease-in-out;
  transition: color .13s ease-in-out, .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
  transition: color .13s ease-in-out, .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out, -webkit-box-shadow .13s ease-in-out;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.button-22:active {
  background-color: #000000;
}

.button-22:hover {
  background-color: #241100;
}

/************** Nav Bar ******************/
.scrolling-active {
  background-color: black;
}

#whatsapp-contact {
  bottom: 1rem;
  cursor: pointer;
  position: fixed;
  right: 1rem;
  width: 3.5rem;
  -webkit-animation: show-contact 2s;
          animation: show-contact 2s;
}

#navBar {
  font-family: 'Montserrat', sans-serif;
  top: 0;
  width: 100%;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 500;
  -webkit-animation: show-nav 2s;
          animation: show-nav 2s;
  margin-left: 0px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

#navBar .nav_burger-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0 .5rem;
  margin-right: 1rem;
}

#navBar .nav_burger-btn .nav_burger,
#navBar .nav_burger-btn .nav_burger::before,
#navBar .nav_burger-btn .nav_burger::after {
  opacity: 1;
  width: 2rem;
  height: .2rem;
  background: #976700;
  border-radius: 1rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#navBar .nav_burger-btn .nav_burger::before,
#navBar .nav_burger-btn .nav_burger::after {
  content: "";
  position: absolute;
}

#navBar .nav_burger-btn .nav_burger::before {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

#navBar .nav_burger-btn .nav_burger::after {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

#navBar .nav_burger-btn .open .nav_burger {
  background: transparent;
}

#navBar .nav_burger-btn .open {
  background: transparent;
}

#navBar .nav_burger-btn .open::before {
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#navBar .nav_burger-btn .open::after {
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#navBar .logo img {
  height: 4.3rem;
  margin-left: 3rem;
}

#navBar .nav-links {
  position: absolute;
  background: #000;
  top: 6rem;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 1rem;
  list-style-type: none;
  -webkit-animation: showMenu 0.5s ease-in-out forwards;
          animation: showMenu 0.5s ease-in-out forwards;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

#navBar .nav-links a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

#navBar .nav-links .nav-link {
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 2rem;
  margin-top: 5rem;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

#navBar .nav-links .nav-link:hover {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}

#navBar .nav-links .nav-link:hover a {
  color: #976700;
}

#navBar .nav-links .nav-link:nth-child(4):hover {
  -webkit-transform: none;
          transform: none;
}

#navBar .nav-links .nav-button {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  height: 40px;
  margin-top: 1.2rem;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 155px;
  text-align: center;
}

#navBar .nav-links .nav-button img {
  width: 15px;
  height: 15px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  top: 3px;
  right: -2px;
}

#navBar .nav-links .nav-button:hover {
  color: #975b00;
  border: 1px solid #975b00;
}

#navBar .nav-links .nav-button:hover img {
  -webkit-filter: invert(33%) sepia(99%) saturate(626%) hue-rotate(5deg) brightness(91%) contrast(101%);
          filter: invert(33%) sepia(99%) saturate(626%) hue-rotate(5deg) brightness(91%) contrast(101%);
}

#navBar .nav-links.open {
  display: block;
}

@-webkit-keyframes showMenu {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  80% {
    -webkit-transform: scaleY(1.2);
            transform: scaleY(1.2);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes showMenu {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  80% {
    -webkit-transform: scaleY(1.2);
            transform: scaleY(1.2);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

/*Apply on scroll*/
@-webkit-keyframes show-nav {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@keyframes show-nav {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes show-contact {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 1rem;
  }
}

@keyframes show-contact {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 1rem;
  }
}

@media (min-width: 1000px) {
  #navBar {
    overflow: hidden;
  }
  #navBar .logo {
    margin: auto;
  }
  #navBar .nav_burger-btn {
    display: none;
  }
  #navBar .nav-links {
    position: relative;
    display: block;
    padding: 0;
    top: 0;
    margin-top: 0;
    text-align: right;
    height: auto;
    background-color: transparent;
  }
  #navBar .nav-links .nav-link {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  #navBar .nav-links .nav-link button {
    display: inline-block;
  }
  #navBar .nav-links .nav-link:nth-child(4) {
    -webkit-transform: none;
            transform: none;
  }
}

/*************** Hero Section ****************/
#hero {
  height: 80vh;
  min-height: 45rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
  background: linear-gradient(#000, #444);
  background-image: url("/Images/justice-min-mobile.jpeg"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.5) 100%);
  background-blend-mode: color;
  background-position: 70% 0;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#hero .main-title {
  margin: 1rem auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#hero .main-title .submarca {
  height: 4rem;
}

#hero .main-title h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
}

#hero .main-title h1 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
}

#hero .main-title p {
  color: #cccccc;
  font-size: 1rem;
  text-align: center;
  font-style: italic;
}

#hero .main-title button {
  margin-top: 2rem;
  width: 7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 300px) {
  #hero .main-title h2 {
    font-size: 1.5rem;
  }
  #hero .main-title h1 {
    font-size: 2rem;
  }
  #hero .main-title p {
    width: 90%;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 400px) {
  #hero .main-title h2 {
    font-size: 2rem;
  }
  #hero .main-title h1 {
    font-size: 3rem;
  }
  #hero .main-title p {
    width: 90%;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 700px) {
  #hero .main-title .line-title {
    height: 10px;
    width: 300px;
  }
  #hero .main-title h2 {
    font-size: 3rem;
  }
  #hero .main-title h1 {
    font-size: 5rem;
  }
  #hero .main-title p {
    width: 70%;
    font-size: 2rem;
  }
}

@media screen and (min-width: 1000px) {
  #hero {
    background-image: url("/Images/justice-min.jpeg"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.4) 100%);
    padding: 4rem;
  }
  #hero .main-title .line-title {
    height: 10px;
    width: 300px;
  }
  #hero .main-title h2 {
    font-size: 2rem;
  }
  #hero .main-title h1 {
    font-size: 5rem;
  }
  #hero .main-title p {
    font-size: 1.5rem;
  }
}

/********** First Content **************/
#firstContent {
  padding: 1rem;
  padding-top: 8rem;
}

#firstContent button {
  margin: 0 auto;
  margin-top: 2rem;
  width: 7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#firstContent .description .line-title {
  margin: auto;
}

#firstContent .description .title {
  margin-bottom: 2rem;
  text-align: center;
}

#firstContent .description .title h1 {
  color: #000;
  font-size: 3rem;
}

#firstContent .description .content p {
  font-size: 1.2rem;
}

#firstContent .vantagens {
  margin-top: 5rem;
  padding-top: 8rem;
}

#firstContent .vantagens .title {
  text-align: center;
}

#firstContent .vantagens p {
  margin-bottom: 15px;
}

#firstContent .vantagens h1 {
  font-size: 3rem;
}

#firstContent .vantagens .line-title {
  margin: auto;
}

#firstContent .vantagens .list-vantagens {
  list-style: none;
}

#firstContent .vantagens .list-vantagens li {
  border-bottom: solid 1px #3E1C00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

#firstContent .vantagens .list-vantagens li img {
  height: 1rem;
  margin-right: 1rem;
  margin-top: .3rem;
}

#firstContent .vantagens .list-vantagens li h2 {
  color: #3E1C00;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

#firstContent .vantagens .saibaMais {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  padding: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#firstContent .vantagens .saibaMais button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  margin: 0 auto;
  margin-top: 1rem;
}

#firstContent .vantagens .saibaMais button img {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

@media screen and (min-width: 700px) {
  #firstContent {
    padding: 2rem;
    padding-top: 8rem;
  }
  #firstContent .description .title .line-title {
    width: 200px;
    height: 4px;
    margin-bottom: .3rem;
  }
  #firstContent .description .title h1 {
    font-size: 3rem;
  }
  #firstContent .description p {
    margin-bottom: 15px;
  }
  #firstContent .description .content p {
    font-size: 1.3rem;
  }
  #firstContent .item-exemplo {
    background: #fff;
    max-width: 45rem;
    min-width: 40rem;
    margin: 0 auto;
    margin-top: 3rem;
    padding-right: 1rem;
    -webkit-box-shadow: 0px 0px 15px 0px black;
            box-shadow: 0px 0px 15px 0px black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #firstContent .item-exemplo img {
    height: 20rem;
    width: 15rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin-right: 2rem;
  }
  #firstContent .item-exemplo .title {
    color: #000;
  }
  #firstContent .item-exemplo .example-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #firstContent .item-exemplo .example-content .example-text h2 {
    font-size: 2rem;
  }
  #firstContent .item-exemplo .example-content .example-text p {
    font-size: 1.5rem;
  }
  #firstContent .item-exemplo .example-content .example-text strong {
    font-size: 1.8rem;
    color: #3E1C00;
  }
  #firstContent .vantagens .title .line-title {
    width: 200px;
    height: 4px;
    margin-bottom: .3rem;
  }
  #firstContent .vantagens p {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1000px) {
  #firstContent {
    padding: 12rem;
    padding-top: 8rem;
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 360px) {
  #firstContent .description .title h1 {
    font-size: 1.8rem;
  }
  #firstContent .description p {
    margin-bottom: 15px;
  }
  #firstContent .description .content p {
    font-size: 1rem;
  }
  #firstContent .vantagens .title .line-title {
    width: 200px;
    height: 4px;
    margin-bottom: .3rem;
  }
  #firstContent .vantagens .title h1 {
    font-size: 1.8rem;
  }
  #firstContent .vantagens p {
    margin-bottom: 15px;
  }
}

/************** Serviços *************/
#servicos {
  padding: 0rem;
  padding-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#servicos .line-title {
  margin: auto;
}

#servicos .title {
  text-align: center;
}

#servicos .servicos-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
  padding: 3rem;
}

#servicos .servicos-wrapper .item-wrapper {
  width: 16rem;
  margin: auto;
}

#servicos .servicos-wrapper .item-wrapper:nth-child(1) .item-servico {
  background-image: url("/Images/sucessao-min-mobile.jpg");
}

#servicos .servicos-wrapper .item-wrapper:nth-child(2) .item-servico {
  background-image: url("/Images/family-min-mobile.jpg");
}

#servicos .servicos-wrapper .item-wrapper:nth-child(3) .item-servico {
  background-image: url("/Images/inventário-min-mobile.jpg");
}

#servicos .servicos-wrapper .item-servico {
  background: rgba(0, 0, 0, 0.4);
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: color;
  -webkit-box-shadow: 0 0 1rem 0 #000;
          box-shadow: 0 0 1rem 0 #000;
  border-radius: 1rem;
  cursor: pointer;
  height: 25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
  font-size: 2rem;
  text-align: center;
  margin: auto;
  margin-bottom: 2rem;
  margin-top: 1rem;
  text-transform: uppercase;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  min-width: 14rem;
  max-width: 14rem;
}

#servicos .servicos-wrapper p {
  font-family: 'Times New Roman', Times, serif;
}

#servicos .servicos-wrapper .item-wrapper:nth-child(1):hover .item-servico {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: rgba(0, 0, 0, 0.8);
  background-image: url(/Images/sucessao-min-mobile.jpg);
  background-size: cover;
  background-blend-mode: color;
  -webkit-box-shadow: 0 0 1.5rem 0 #000;
          box-shadow: 0 0 1.5rem 0 #000;
  margin: 1rem auto;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

#servicos .servicos-wrapper .item-wrapper:nth-child(2):hover .item-servico {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: rgba(0, 0, 0, 0.8);
  background-image: url(/Images/family-min-mobile.jpg);
  background-size: cover;
  background-blend-mode: color;
  -webkit-box-shadow: 0 0 1.5rem 0 #000;
          box-shadow: 0 0 1.5rem 0 #000;
  margin: 1rem auto;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

#servicos .servicos-wrapper .item-wrapper:nth-child(3):hover .item-servico {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: rgba(0, 0, 0, 0.8);
  background-image: url(/Images/inventário-min-mobile.jpg);
  background-size: cover;
  background-blend-mode: color;
  -webkit-box-shadow: 0 0 1.5rem 0 #000;
          box-shadow: 0 0 1.5rem 0 #000;
  margin: 1rem auto;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

@media screen and (min-width: 1100px) {
  #servicos {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

/************** Sobre ****************/
#sobre {
  background: url("/Images/booksImg-mobile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 1rem;
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#sobre .sobre-wrapper {
  background: rgba(0, 0, 0, 0.8);
  padding-top: 2rem;
}

#sobre .sobre-wrapper .submarca {
  height: 5rem;
  margin-bottom: 2rem;
}

#sobre .sobre-wrapper .line-title {
  margin: auto;
}

#sobre .sobre-wrapper .title {
  text-align: center;
}

#sobre .sobre-wrapper .title h1 {
  font-size: 2rem;
  color: #fff;
}

#sobre .sobre-wrapper .sobre-content {
  padding: 2rem;
}

#sobre .sobre-wrapper .sobre-content p {
  color: #fff;
  margin-bottom: 15px;
}

@media screen and (min-width: 1000px) {
  #sobre {
    padding: 5rem;
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

/************** Contato ******************/
#contato {
  height: auto;
  background: #fff;
  width: 100vw;
  padding: 1rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contato .title h1 {
  font-size: 2rem;
}

#contato .contato-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
}

#contato .contato-wrapper .contact-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  padding: 1rem;
}

#contato .contato-wrapper .contact-field .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

#contato .contato-wrapper .contact-field .contact-item img {
  width: 35px;
  margin-right: 20px;
}

#contato .contato-wrapper .contact-field .contact-item p {
  font-size: .8rem;
}

#contato .contato-wrapper .contact-form {
  margin-top: 2rem;
}

#contato .contato-wrapper .contact-form form {
  margin-top: 1.5rem;
}

#contato .contato-wrapper .contact-form form input::-webkit-input-placeholder {
  font-weight: 600;
  color: #3E1C00;
  opacity: .7;
  margin-bottom: 0;
}

#contato .contato-wrapper .contact-form form input:-ms-input-placeholder {
  font-weight: 600;
  color: #3E1C00;
  opacity: .7;
  margin-bottom: 0;
}

#contato .contato-wrapper .contact-form form input::-ms-input-placeholder {
  font-weight: 600;
  color: #3E1C00;
  opacity: .7;
  margin-bottom: 0;
}

#contato .contato-wrapper .contact-form form input::placeholder {
  font-weight: 600;
  color: #3E1C00;
  opacity: .7;
  margin-bottom: 0;
}

#contato .contato-wrapper .contact-form form input {
  border: none;
  border-bottom: 1px solid #3E1C00;
  outline: none;
  height: 30px;
  max-width: 450px;
  margin-bottom: 15px;
}

#contato .contato-wrapper .contact-form form input:focus {
  border-bottom: 2px solid #3E1C00;
}

#contato .contato-wrapper .contact-form form label {
  font-weight: 600;
  color: #3E1C00;
  margin-bottom: 0;
}

#contato .contato-wrapper .contact-form form textarea {
  max-width: 450px;
  outline: none;
  border: 1px solid #3E1C00;
}

#contato .contato-wrapper .contact-form form textarea:focus {
  outline: none;
}

#contato .contato-wrapper .contact-form form button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  margin: 0 auto;
  margin-top: 1rem;
}

#contato .contato-wrapper .contact-form h2 {
  font-size: 1.2rem;
  font-weight: 600;
}

#contato .contato-wrapper .contact-form h4 {
  font-size: 1rem;
  font-weight: 200;
}

#contato form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3rem;
}

#contato form textarea {
  height: 150px;
}

#contato .atendimento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  padding: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#contato .atendimento button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  margin: 0 auto;
  margin-top: 1rem;
}

#contato .atendimento button img {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

@media screen and (min-width: 360px) {
  #contato .title h1 {
    font-size: 3rem;
  }
  #contato .contato-wrapper .contact-field .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #contato .contato-wrapper .contact-field .contact-item p {
    font-size: 1rem;
  }
  #contato .contato-wrapper .contact-form {
    margin-top: 2rem;
    width: 100%;
  }
}

@media screen and (min-width: 600px) {
  #contato form {
    margin-bottom: 0;
  }
  #contato .title h1 {
    font-size: 3rem;
  }
  #contato .contato-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #contato .contato-wrapper .contact-field .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #contato .contato-wrapper .contact-field .contact-item p {
    font-size: 1rem;
  }
  #contato .contato-wrapper .contact-form {
    margin-top: 2rem;
    width: 100%;
  }
  #contato .contato-wrapper .contact-form form button {
    margin: 0;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 1000px) {
  #contato {
    padding: 8rem;
  }
}

/****************** Footer **********************/
#footer {
  height: auto;
  width: 100%;
  background: #000;
}

#footer a {
  color: #4d4df3;
}

#footer a:visited {
  color: #4d4df3;
}

#footer .socials {
  width: 100%;
  text-align: center;
}

#footer .socials .social-item {
  margin: 30px 30px 30px 30px;
}

#footer .footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  width: 50%;
  margin-bottom: 50px;
}

#footer .footer-columns ul {
  list-style: none;
}

#footer .footer-columns li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .footer-columns li p {
  margin-left: 20px;
  margin-top: auto;
  margin-bottom: auto;
  color: #fff;
}

#footer .footer-columns img {
  background: #fff;
  color: #fff;
  border-radius: 50%;
  width: 40px;
  padding: 1px;
}

#footer .footer-columns h1 {
  font-size: 20px;
  color: #975b00;
  margin-bottom: 20px;
}

#footer .copyright {
  margin: auto;
  height: 50px;
  text-align: center;
  color: #fff;
}

#footer .copyright a {
  text-decoration: none;
  font-size: 20px;
}

@media (max-width: 550px) {
  #footer .socials .social-item {
    margin: 30px 10px 30px 10px;
  }
  #footer .socials img {
    height: 50px;
  }
  #footer .footer-columns {
    margin-left: 1rem;
    width: 100%;
  }
  #footer .footer-columns h1 {
    font-size: 18px;
  }
  #footer .footer-columns img {
    width: 25px;
  }
}

@media (max-width: 550px) {
  #footer .footer-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  #footer .footer-columns .contato-footer {
    margin-top: 30px;
    margin-left: 15px;
  }
  #footer .footer-columns .links-footer {
    margin-top: 30px;
    margin-left: 15px;
  }
  #footer .copyright {
    height: 60px;
  }
}
/*# sourceMappingURL=style.css.map */