body {
  font-family: 'Poppins', sans-serif;
}

.centerlizer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#back-website a {
  position: fixed;
  height: 40px;
  background: #ff664b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  color: #fff;
  top: calc(50% - 20px);
  z-index: 999;
  font-weight: bold;
  left: -150px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

#back-website a i {
  font-size: 30px;
  margin-left: 20px;
}

#back-website a:hover {
  left: 0;
}

button {
  cursor: pointer;
}

input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
  -webkit-box-shadow: 0 1px 0 0 #ff664b !important;
          box-shadow: 0 1px 0 0 #ff664b !important;
}

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}

body::-webkit-scrollbar-thumb {
  background-color: #ff664b;
}

#hjz-landPage-header {
  min-height: 500px;
  background: #333;
  padding: 40px 0;
}

#hjz-landPage-header #need-lawyer {
  text-align: center;
  margin: 0;
  color: #fff;
}

#hjz-landPage-header .profile-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
}

#hjz-landPage-header .profile-img img {
  border-radius: 50%;
  border: 10px solid #333;
  border-right-color: #ff664b;
  border-left-color: #ff664b;
}

#hjz-landPage-header #lawyer-name {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 20px;
  color: #fff;
  font-size: 20px;
}

#hjz-landPage-header #especialidade {
  text-align: center;
  font-size: 15px;
  margin: 0;
  padding: 20px;
}

#hjz-landPage-header #especialidade span {
  background: #ff664b;
  padding: 20px;
  color: #fff;
  font-weight: bold;
}

.whatsapp-send {
  color: #0fd90f;
  float: left;
  padding: 13px;
  border-radius: 10px;
  border: 2px solid #0fd90f;
  cursor: pointer;
}

.whatsapp-send a {
  color: #0fd90f;
}

.whatsapp-icon {
  background: #0fd90f !important;
}

#hjz-title-v1 h2 {
  margin: 0;
  text-align: center;
  padding: 50px 0;
  color: #fff;
}

#hjz-title-v1 h2 span {
  font-size: 40px;
  border: 2px solid #ff664b;
  padding: 10px 20px;
  border-radius: 50%;
  color: #fff;
}

@media (max-width: 820px) {
  #hjz-title-v1 h2 {
    font-size: 20px;
  }
  #hjz-title-v1 h2 span {
    font-size: 20px;
    padding: 10px 15px;
  }
}

#hjz-header-v1 {
  height: 600px;
  position: relative;
}

@media (max-width: 810px) {
  #hjz-header-v1 {
    height: 700px;
  }
}

@media (max-width: 700px) {
  #hjz-header-v1 {
    height: 750px;
  }
}

@media (max-width: 640px) {
  #hjz-header-v1 {
    height: 700px;
  }
}

@media (max-width: 560px) {
  #hjz-header-v1 {
    height: 650px;
  }
}

@media (max-width: 430px) {
  #hjz-header-v1 {
    height: 600px;
  }
}

#hjz-header-v1 #header-v1-bg {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  height: 100%;
  background: url("../../assets/img/header.jpg");
  background-size: cover;
  position: absolute;
  z-index: -9;
  top: 0;
  opacity: 0.1;
}

@media (max-width: 700px) {
  #hjz-header-v1 #header-v1-bg {
    background-position-x: center;
  }
}

#hjz-header-v1 #header-pic {
  width: 800px;
  height: auto;
  position: absolute;
  bottom: -6px;
  right: 180px;
}

#hjz-header-v1 #header-pic img {
  width: 100%;
}

@media (max-width: 1700px) {
  #hjz-header-v1 #header-pic {
    width: 700px;
    right: 180px;
  }
}

@media (max-width: 1520px) {
  #hjz-header-v1 #header-pic {
    right: 100px;
  }
}

@media (max-width: 1330px) {
  #hjz-header-v1 #header-pic {
    right: 50px;
  }
}

@media (max-width: 1265px) {
  #hjz-header-v1 #header-pic {
    width: 600px;
    right: 100px;
  }
}

@media (max-width: 700px) {
  #hjz-header-v1 #header-pic {
    width: 100%;
    right: 0;
  }
}

#hjz-header-v1 #fixed-nav {
  background: #fff;
  z-index: 9999;
  position: fixed;
  top: -150px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px -2px 5px #524e4e;
          box-shadow: 0px -2px 5px #524e4e;
  height: 100px !important;
}

#hjz-header-v1 #fixed-nav li {
  font-weight: initial !important;
}

#hjz-header-v1 #fixed-nav.active {
  top: 0;
}

#hjz-header-v1 #nav, #hjz-header-v1 #fixed-nav {
  height: 140px;
  width: 100%;
}

@media (max-width: 1200px) {
  #hjz-header-v1 #nav, #hjz-header-v1 #fixed-nav {
    display: none;
  }
}

#hjz-header-v1 #nav .container, #hjz-header-v1 #nav .row, #hjz-header-v1 #fixed-nav .container, #hjz-header-v1 #fixed-nav .row {
  height: 100%;
}

#hjz-header-v1 #nav .row, #hjz-header-v1 #fixed-nav .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#hjz-header-v1 #nav #logo-wrapper, #hjz-header-v1 #fixed-nav #logo-wrapper {
  height: 100%;
  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;
  padding: 20px;
}

#hjz-header-v1 #nav #logo-wrapper img, #hjz-header-v1 #fixed-nav #logo-wrapper img {
  height: 120%;
}

#hjz-header-v1 #nav ul, #hjz-header-v1 #fixed-nav ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#hjz-header-v1 #nav ul li, #hjz-header-v1 #fixed-nav ul li {
  position: relative;
  font-weight: bold;
  margin: 10px;
  font-size: 17px;
  text-transform: uppercase;
  color: #666666;
  cursor: pointer;
}

#hjz-header-v1 #nav ul li:after, #hjz-header-v1 #fixed-nav ul li:after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background: #ff664b;
  bottom: -10px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

#hjz-header-v1 #nav ul li:hover:after, #hjz-header-v1 #fixed-nav ul li:hover:after {
  width: 100%;
  opacity: 1;
}

#hjz-header-v1 #mobile-nav {
  -webkit-box-shadow: 0px -2px 5px #524e4e;
          box-shadow: 0px -2px 5px #524e4e;
  height: 70px;
  width: 100%;
  background: #fff;
  top: 0;
  position: fixed;
  z-index: 999;
}

@media (min-width: 1200px) {
  #hjz-header-v1 #mobile-nav {
    display: none;
  }
}

#hjz-header-v1 #mobile-nav .mobile-menu-trigger {
  position: absolute;
  top: 0;
  right: 40px;
  height: 100%;
  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;
  font-size: 30px;
  color: #ff664b;
}

@media (max-width: 404px) {
  #hjz-header-v1 #mobile-nav .mobile-menu-trigger {
    right: 20px;
  }
}

#hjz-header-v1 #mobile-nav #menu-mobile-logo-wrapper {
  position: absolute;
  width: 250px;
  left: calc(50% - 125px);
  background: #f8f8f8;
  /* border: 1px solid; */
  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;
  padding: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
          clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
  border-bottom: 3px solid #ff664b;
}

#hjz-header-v1 #mobile-nav #menu-mobile-logo-wrapper img {
  width: 80px;
}

#hjz-header-v1 #mobile-nav-fixer {
  height: 70px;
}

#hjz-header-v1 #mobile-nav-content {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: #fff;
  right: -100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#hjz-header-v1 #mobile-nav-content ul {
  margin-top: 70px;
}

#hjz-header-v1 #mobile-nav-content ul li {
  text-align: center;
  font-size: 20px;
  padding: 10px;
  color: #888;
}

#hjz-header-v1 #mobile-nav-content #social-icons {
  display: none;
}

@media (max-width: 700px) {
  #hjz-header-v1 #mobile-nav-content #social-icons {
    display: block;
    position: initial;
    border: none;
  }
}

#hjz-header-v1 #mobile-nav-content.active {
  right: 0;
}

#hjz-header-v1 .cd-intro {
  margin: 6em 0;
}

#hjz-header-v1 .cd-intro h5 {
  text-align: left;
  margin-bottom: 0;
  color: #777;
  font-weight: bold;
}

@media (max-width: 515px) {
  #hjz-header-v1 .cd-intro h5 {
    font-size: 16px;
  }
}

#hjz-header-v1 .cd-intro h1 {
  text-align: left;
  font-size: 40px;
  margin-top: 0;
  font-weight: bold;
  color: #777;
  line-height: 27px;
}

@media (max-width: 1720px) {
  #hjz-header-v1 .cd-intro h1 {
    font-size: 35px;
  }
}

@media (max-width: 1620px) {
  #hjz-header-v1 .cd-intro h1 {
    font-size: 30px;
  }
}

@media (max-width: 1420px) {
  #hjz-header-v1 .cd-intro h1 {
    font-size: 25px;
  }
}

@media (max-width: 1200px) {
  #hjz-header-v1 .cd-intro h1 {
    font-size: 30px;
  }
}

@media (max-width: 563px) {
  #hjz-header-v1 .cd-intro h1 {
    font-size: 30px;
    margin-top: 20px;
    line-height: 17px;
  }
}

@media (max-width: 515px) {
  #hjz-header-v1 .cd-intro h1 {
    font-size: 30px;
    margin-top: 20px;
    line-height: 17px;
  }
}

@media (max-width: 370px) {
  #hjz-header-v1 .cd-intro h1 {
    font-size: 25px;
    margin-top: 20px;
    line-height: 13px;
  }
}

#hjz-header-v1 .cd-intro h1 b {
  color: #ff664b;
}

#hjz-header-v1 .cd-intro #header-contato-btn {
  padding: 20px;
  background: none;
  border: 2px solid #ff664b;
  color: #ff664b;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#hjz-header-v1 .cd-intro #header-contato-btn:after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -9;
}

#hjz-header-v1 .cd-intro #header-contato-btn:hover {
  color: #fff;
}

#hjz-header-v1 .cd-intro #header-contato-btn:hover:after {
  width: 100%;
  left: 0;
  background: #ff664b;
}

#hjz-header-v1 #social-icons {
  border: 2px solid #ff664b;
  position: absolute;
  right: 40px;
  bottom: 40px;
}

@media (max-width: 700px) {
  #hjz-header-v1 #social-icons {
    display: none;
  }
}

#hjz-header-v1 #social-icons .icon {
  width: 100%;
  padding: 10px;
  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;
  font-size: 30px;
  color: #ff664b;
}

#hjz-header-v1 #social-icons .icon a {
  color: #ff664b;
}

#hjz-about-v1 {
  min-height: 200px;
  background: #333;
  padding-bottom: 50px;
  background-image: url("../../assets/img/about-statue.png");
  background-repeat: no-repeat;
  background-position-y: center;
}

#hjz-about-v1 p {
  font-size: 20px;
  color: #e8e8e8;
  padding-left: 10px;
  border-left: 5px solid #ff664b;
}

#hjz-about-v1 #photo-container {
  min-height: 300px;
  padding: 20px 0;
}

#hjz-about-v1 #photo-container .row {
  margin: 0;
}

#hjz-about-v1 #photo-container .photo-wrapper {
  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;
}

@media (max-width: 600px) {
  #hjz-about-v1 #photo-container .photo-wrapper + .photo-wrapper {
    margin-top: 20px;
  }
}

#hjz-about-v1 #photo-container .photo-wrapper .photo-box {
  width: 300px;
  min-height: 400px;
  background: #333;
  border: 20px solid #434343;
  position: relative;
}

#hjz-about-v1 #photo-container .photo-wrapper .photo-box img {
  width: 120%;
  border-bottom: 10px solid #747474;
}

@media (max-width: 1060px) {
  #hjz-about-v1 #photo-container .photo-wrapper .photo-box img {
    width: 100%;
    border-bottom: none;
  }
}

#hjz-about-v1 #photo-container .photo-wrapper .photo-box .photo-info {
  width: 120%;
  height: 90px;
  position: absolute;
  bottom: -60px;
  background: #2d2c2c;
}

@media (max-width: 1060px) {
  #hjz-about-v1 #photo-container .photo-wrapper .photo-box .photo-info {
    width: 100%;
    position: initial;
  }
}

#hjz-about-v1 #photo-container .photo-wrapper .photo-box .photo-info label {
  color: #9e9e9e;
  width: 100%;
  text-align: center;
  float: left;
  padding: 10px;
  font-size: 16px;
}

#hjz-about-v1 #photo-container .photo-wrapper .photo-box .photo-info span {
  float: left;
  width: 100%;
  text-align: center;
  color: #fff;
}

#hjz-atuacao-v1 {
  min-height: 300px;
  background: #f0f0f0;
  position: relative;
}

#hjz-atuacao-v1 #hjz-title-v1 h2 {
  color: #333;
}

#hjz-atuacao-v1 #hjz-title-v1 h2 span {
  padding: 16px 20px;
}

#hjz-atuacao-v1 #hjz-title-v1 h2 span i {
  color: #333;
}

@media (max-width: 820px) {
  #hjz-atuacao-v1 #hjz-title-v1 h2 span {
    padding: 10px 11px;
  }
}

#hjz-atuacao-v1 .row {
  margin: 0;
}

#hjz-atuacao-v1 .atuacao-wrapper {
  padding: 20px;
}

@media (max-width: 404px) {
  #hjz-atuacao-v1 .atuacao-wrapper {
    padding: 20px 0;
  }
}

#hjz-atuacao-v1 .atuacao-wrapper .body-areas {
  display: none;
}

#hjz-atuacao-v1 .atuacao-wrapper .atuacao-box {
  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;
}

#hjz-atuacao-v1 .atuacao-wrapper .atuacao-box .img-design {
  cursor: pointer;
  max-width: 200px;
  max-height: 200px;
  border: 2px solid #333;
  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;
  padding: 20px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#hjz-atuacao-v1 .atuacao-wrapper .atuacao-box .img-design:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

#hjz-atuacao-v1 .atuacao-wrapper .atuacao-box .img-design:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid #ff664b;
  top: 10px;
  right: -10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#hjz-atuacao-v1 .atuacao-wrapper .atuacao-box .img-design img {
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 404px) {
  #hjz-atuacao-v1 .atuacao-wrapper .atuacao-box .img-design img {
    width: 60px;
    height: 60px;
  }
}

#hjz-atuacao-v1 .atuacao-wrapper .atuacao-box .img-design:hover {
  border-color: #ff664b;
}

#hjz-atuacao-v1 .atuacao-wrapper .atuacao-box .img-design:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#hjz-atuacao-v1 .atuacao-wrapper .atuacao-box .img-design:hover:before {
  background: #ff664b;
  width: 100%;
  height: 100%;
  opacity: 1;
}

#hjz-atuacao-v1 .atuacao-wrapper .atuacao-box .img-design:hover:after {
  right: 10px;
  top: -10px;
  border-color: #ff664b;
}

#hjz-atuacao-v1 .atuacao-wrapper label {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 20px;
  font-size: 12px;
}

#hjz-atuacao-v1 #atuacao-info {
  display: none;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
  background: #2a2a2a;
}

#hjz-atuacao-v1 #atuacao-info .close-atuacao-info {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #ff664b;
  font-size: 30px;
  border: 2px solid;
  padding: 10px 13px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

#hjz-atuacao-v1 #atuacao-info .close-atuacao-info:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  top: 0;
  left: calc(50% - 5px);
}

#hjz-atuacao-v1 #atuacao-info .close-atuacao-info:hover {
  color: #fff;
  z-index: 9;
}

#hjz-atuacao-v1 #atuacao-info .close-atuacao-info:hover:after {
  z-index: -9;
  width: 100%;
  left: 0;
  background: #ff664b;
  opacity: 1;
}

#hjz-atuacao-v1 #atuacao-info #title-atuacao-active {
  text-align: center;
  color: #fff;
  font-size: 50px;
  margin-top: 70px;
}

@media (max-width: 880px) {
  #hjz-atuacao-v1 #atuacao-info #title-atuacao-active {
    font-size: 40px;
  }
}

@media (max-width: 780px) {
  #hjz-atuacao-v1 #atuacao-info #title-atuacao-active {
    font-size: 25px;
  }
}

@media (max-width: 580px) {
  #hjz-atuacao-v1 #atuacao-info #title-atuacao-active {
    font-size: 17px;
  }
}

#hjz-atuacao-v1 #atuacao-info #content-atuacao-active {
  color: #eee;
}

@media (max-width: 700px) {
  #hjz-atuacao-v1 #atuacao-info #content-atuacao-active {
    margin-top: 50px;
  }
}

#hjz-parallax-v1 .container {
  position: relative;
}

#hjz-parallax-v1 h1 {
  position: absolute;
  width: 340px;
  font-size: 50px;
  font-weight: bold;
  left: 0;
  top: 123px;
}

@media (max-width: 404px) {
  #hjz-parallax-v1 h1 {
    font-size: 40px;
  }
}

#hjz-map-v1 {
  margin-bottom: -10px;
}

#hjz-map-v1 #adress-bar {
  height: 200px;
  background: #333;
  background-image: url("../../assets/img/footer-bg.png");
}

#hjz-map-v1 #adress-bar .container, #hjz-map-v1 #adress-bar .row {
  height: 200px;
}

#hjz-map-v1 #adress-bar .container .col, #hjz-map-v1 #adress-bar .row .col {
  height: 200px;
  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;
}

#hjz-map-v1 #adress-bar .container .col #adress-wrapper, #hjz-map-v1 #adress-bar .row .col #adress-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#hjz-map-v1 #adress-bar .container .col #adress-wrapper #icon-adress, #hjz-map-v1 #adress-bar .row .col #adress-wrapper #icon-adress {
  width: 100%;
  font-size: 50px;
  color: #ff664b;
  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;
}

#hjz-map-v1 #adress-bar .container .col #adress-wrapper #adress-info h5, #hjz-map-v1 #adress-bar .row .col #adress-wrapper #adress-info h5 {
  text-align: center;
  color: #fff;
  font-size: 19px;
  margin: 0;
  line-height: 25px;
}

#hjz-map-v1 #adress-bar .container .col #adress-wrapper #adress-info h5 b, #hjz-map-v1 #adress-bar .row .col #adress-wrapper #adress-info h5 b {
  font-style: italic;
}

#hjz-map-v1 #adress-bar .container .col #adress-wrapper #adress-info h5 span, #hjz-map-v1 #adress-bar .row .col #adress-wrapper #adress-info h5 span {
  color: #ff664b;
}

#hjz-footer-v1 {
  min-height: 500px;
  padding-bottom: 50px;
  background: #333;
  background-image: url("../../assets/img/footer-bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

#hjz-footer-v1 .row {
  margin: 0;
}

#hjz-footer-v1 .contatos-w-icon {
  width: 100%;
  float: left;
  padding: 20px;
}

#hjz-footer-v1 .contatos-w-icon i {
  width: 50px;
  height: 50px;
  background: #ff664b;
  color: #fff;
  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;
  float: left;
  margin-right: 30px;
  border-radius: 3px;
}

@media (max-width: 480px) {
  #hjz-footer-v1 .contatos-w-icon i {
    margin-right: 10px;
  }
}

#hjz-footer-v1 .contatos-w-icon strong {
  float: left;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 1085px) {
  #hjz-footer-v1 .contatos-w-icon strong {
    font-size: 13px;
  }
}

@media (max-width: 842px) {
  #hjz-footer-v1 .contatos-w-icon strong {
    font-size: 10px;
  }
}

@media (max-width: 600px) {
  #hjz-footer-v1 .contatos-w-icon strong {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  #hjz-footer-v1 .contatos-w-icon strong {
    font-size: 12px;
  }
}

#hjz-footer-v1 .contatos-w-icon h5 {
  float: left;
  margin: 0;
  font-size: 16px;
  margin-top: 10px;
  color: #f0f0f0;
  width: calc(100% - 80px);
}

#hjz-footer-v1 form input {
  background-color: #3e3e3e;
  padding: 0 8px;
  width: calc(100% - 16px);
  border-bottom: 2px solid #515151;
  color: #fff;
}

#hjz-footer-v1 form textarea {
  background-color: #3e3e3e;
  padding: 8px;
  border: none;
  border-bottom: 2px solid #515151;
  max-width: 100%;
  min-width: 100%;
  min-height: 150px;
  max-height: 150px;
  outline: none;
  color: #fff;
}

#hjz-footer-v1 form #enviar_msg {
  padding: 20px;
  width: 100%;
  background: none;
  border: 2px solid #ff664b;
  color: #ff664b;
  text-transform: uppercase;
  font-weight: bold;
  float: right;
  margin-top: 10px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#hjz-footer-v1 form #enviar_msg:after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#hjz-footer-v1 form #enviar_msg:hover {
  color: #fff;
  z-index: 9;
}

#hjz-footer-v1 form #enviar_msg:hover:after {
  width: 100%;
  left: 0;
  background: #ff664b;
  z-index: -9;
}

#hjz-assinatura {
  padding: 10px;
  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;
  background: #272727;
}
/*# sourceMappingURL=main.css.map */