@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: rgba(0, 0, 0, 0.8);
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #f4645f;
}

::-moz-selection {
  color: #fff;
  background: #f4645f;
}

::selection {
  color: #fff;
  background: #f4645f;
}

.fh5co-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0;
  z-index: 1001;
}
.fh5co-nav .top-menu {
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.6);
}
.fh5co-nav .top {
  padding: 7px 0;
  margin-bottom: 0;
  background: #000;
  border-bottom: 1px solid #dc8d11;
  /*rgba(249, 224, 4, 0.8);*/
}
.fh5co-nav .top .num, .fh5co-nav .top .fh5co-social {
  display: inline-block;
  margin: 0;
}
.fh5co-nav .top .num {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0px;
}
.fh5co-nav .top .fh5co-social li {
  font-size: 14px;
}
.fh5co-nav .top .fh5co-social li a {
  padding: 0 7px;
}
.fh5co-nav .top .fh5co-social li a i {
  font-size: 14px;
}
.fh5co-nav #fh5co-logo {
  margin: 0;
  padding: 0;
}
.fh5co-nav #fh5co-logo a {
  padding: 0px;
  text-decoration: none;
}
.fh5co-nav #fh5co-logo img {
  margin: 1px;
  width: 100%;
  heigth: 100%;
}
.fh5co-nav a {
  padding: 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fh5co-nav .menu-1 {
    display: none;
  }
}
.fh5co-nav ul {
  padding: 0;
  margin: 15px 0 0 0;
}
.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-nav ul li a {
  font-size: 15px;
  padding: 30px 15px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: white;
}
.fh5co-nav ul li.has-dropdown {
  position: relative;
}
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 140px;
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #000;
  padding: 20px;
  border-radius: 4px;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.fh5co-nav ul li.btn-cta a {
  padding: 30px 0px !important;
  color: #fff;
}
.fh5co-nav ul li.btn-cta a span {
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  transition: 0.3s;
  border-radius: 5px;
}
.fh5co-nav ul li.btn-cta a:hover span {
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.fh5co-nav ul li.active > a {
  color: #fff !important;
}

#fh5co-header,
#fh5co-counter,
.fh5co-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
}

.fh5co-video {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .fh5co-video {
    height: 450px;
  }
}
.fh5co-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
}
.fh5co-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.fh5co-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
.fh5co-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.fh5co-video:hover a {
  transform: scale(1.2);
}

.fh5co-cover {
  height: 700px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .fh5co-cover {
    height: 90vh;
  }
}
@media screen and (max-width: 992px) {
  .fh5co-cover {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 230vh;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-cover {
    height: 210vh;
  }
}
.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  height: 700px;
  display: table;
  width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover .display-t,
.fh5co-cover .display-tc {
    height: 600px;
  }
}
.fh5co-cover.fh5co-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm {
    height: 400px;
  }
}
.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#fh5co-header .display-tc h1, #fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
    font-size: 30px;
  }
}
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 30px;
  color: #fff;
  border: none !important;
  font-size: 18px;
}
#fh5co-header .display-tc .btn.btn-video,
#fh5co-counter .display-tc .btn.btn-video,
.fh5co-cover .display-tc .btn.btn-video {
  background: rgba(39, 180, 168, 0.8);
  border: none;
}
#fh5co-header .display-tc .btn.btn-video:hover, #fh5co-header .display-tc .btn.btn-video:focus,
#fh5co-counter .display-tc .btn.btn-video:hover,
#fh5co-counter .display-tc .btn.btn-video:focus,
.fh5co-cover .display-tc .btn.btn-video:hover,
.fh5co-cover .display-tc .btn.btn-video:focus {
  background: rgba(39, 180, 168, 0.9) !important;
  color: #fff !important;
}
#fh5co-header .display-tc .btn:hover, #fh5co-header .display-tc .btn:focus,
#fh5co-counter .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:focus,
.fh5co-cover .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:focus {
  color: #fff !important;
}
#fh5co-header .display-tc .btn.btn-learn,
#fh5co-counter .display-tc .btn.btn-learn,
.fh5co-cover .display-tc .btn.btn-learn {
  background: rgba(244, 100, 95, 0.8);
  border: none;
}
#fh5co-header .display-tc .btn.btn-learn:hover, #fh5co-header .display-tc .btn.btn-learn:focus,
#fh5co-counter .display-tc .btn.btn-learn:hover,
#fh5co-counter .display-tc .btn.btn-learn:focus,
.fh5co-cover .display-tc .btn.btn-learn:hover,
.fh5co-cover .display-tc .btn.btn-learn:focus {
  background: rgba(244, 100, 95, 0.9) !important;
  color: #fff !important;
}
#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #f4645f !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-header .display-tc .form-inline .form-group,
#fh5co-counter .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-header .display-tc .form-inline .form-group .form-control,
#fh5co-counter .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

.fh5co-bg-section {
  background: rgba(0, 0, 0, 0.05);
}

#fh5co-explore,
#fh5co-pricing,
#fh5co-testimonial,
#fh5co-started,
#fh5co-project,
#fh5co-blog,
#fh5co-contact,
#fh5co-footer {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-explore,
#fh5co-pricing,
#fh5co-testimonial,
#fh5co-started,
#fh5co-project,
#fh5co-blog,
#fh5co-contact,
#fh5co-footer {
    padding: 3em 0;
  }
}

#fh5co-counter {
  padding: 3em 0;
  clear: both;
}

#fh5co-steps {
  clear: both;
  padding-bottom: 7em;
}

.fh5co-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.fh5co-counters .counter-wrap {
  border: 1px solid red !important;
}
.fh5co-counters .fh5co-counter {
  font-size: 44px;
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Helvetica", Arial, sans-serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: 0.3em;
}
.fh5co-counters .fh5co-counter-label {
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

#fh5co-explore .fh5co-explore1 {
  margin-bottom: 7em;
}

.mt {
  margin-top: 70px;
}
.mt h4 {
  position: relative;
  padding-left: 40px;
  font-size: 20px;
}
.mt h4 i {
  position: absolute;
  left: 0;
  top: 0;
  color: #f4645f;
}
.mt > div {
  margin-bottom: 40px;
}
.mt .list-nav {
  margin: 50px 0 30px 0;
  padding: 0;
}
.mt .list-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
.mt .list-nav li i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #f4645f;
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: rgba(249, 224, 4, 0.8);
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}

.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}
.fh5co-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.fh5co-contact-info ul li:before {
  color: #f4645f;
  position: absolute;
  left: 0;
  top: 0.05em;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\E9D1";
}
.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\E9F4";
}
.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\E9DA";
}
.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\E9AF";
}

.proj-bottom {
  padding-bottom: 4em;
}

.fh5co-project {
  margin-bottom: 30px;
}
.fh5co-project > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  transition: 0.5s;
}
.fh5co-project > a img {
  position: relative;
  transition: 0.5s;
}
.fh5co-project > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  z-index: 8;
  transition: 0.5s;
}
.fh5co-project > a h3, .fh5co-project > a span {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 50px;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 30px;
  font-weight: 400;
  visibility: visible;
  transition: 0.3s;
}
.fh5co-project > a span {
  font-size: 14px;
  bottom: 20px;
}
.fh5co-project > a:hover {
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.fh5co-project > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .fh5co-project > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
.fh5co-project > a:hover h3, .fh5co-project > a:hover span {
  opacity: 1;
  bottom: 55px;
}
.fh5co-project > a:hover span {
  bottom: 15px;
}
.fh5co-project > a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .fh5co-project > a:hover img {
    transform: scale(1);
  }
}

.features {
  margin-bottom: 3em;
  width: 100%;
  float: left;
}

.fh5co-heading {
  margin-bottom: 3em;
}
.fh5co-heading.fh5co-heading-sm {
  margin-bottom: 2em;
}
.fh5co-heading h2 {
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000;
}
.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.fh5co-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

#fh5co-testimonial {
  background: #efefef;
}
#fh5co-testimonial .testimony-slide {
  text-align: center;
}
#fh5co-testimonial .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#fh5co-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#fh5co-testimonial .testimony-slide figure img {
  width: 100px;
  border-radius: 50%;
}
#fh5co-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 70%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #fh5co-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}
#fh5co-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#fh5co-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#fh5co-testimonial .arrow-thumb a:hover, #fh5co-testimonial .arrow-thumb a:focus, #fh5co-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

.bs-wizard {
  margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}

.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  font-size: 16px;
  margin-bottom: 10px;
}

.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
  padding: 20px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #fbe8aa;
  top: 45px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: " ";
  width: 14px;
  height: 14px;
  background: #fbbd19;
  border-radius: 50px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 22px 0;
}

.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #fbe8aa;
}

.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}

.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}

.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}

.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

#fh5co-started {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
#fh5co-started .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}
#fh5co-started .fh5co-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
}
#fh5co-started .fh5co-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  transition: 0.5s;
}
#fh5co-started .form-control::-webkit-input-placeholder {
  color: #fff;
}
#fh5co-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#fh5co-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#fh5co-started .form-control:-ms-input-placeholder {
  color: #fff;
}
#fh5co-started .form-control:focus {
  background: rgba(0, 0, 0, 0.4);
}
#fh5co-started .btn {
  height: 54px;
  border: none !important;
  background: rgba(249, 224, 4, 0.8);
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#fh5co-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#fh5co-started .form-inline .form-group .form-control {
  width: 100%;
}

.fh5co-blog {
  margin-bottom: 60px;
}
.fh5co-blog > a {
  display: block;
  position: relative;
  transition: 0.5s;
}
.fh5co-blog > a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }
}
.fh5co-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 100%;
  padding: 30px;
  float: left;
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.fh5co-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-blog .blog-text span.comment {
  float: right;
}
.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
  color: #f4645f;
  padding-left: 7px;
}
.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.fh5co-blog .blog-text h3 a {
  color: black;
}

.pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.price-box {
  width: 100%;
  text-align: center;
  padding: 30px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
.price-box.popular .btn-select-plan {
  background: #f4645f;
}
.price-box.popular .price {
  color: #f4645f;
}
.price-box .btn-select-plan {
  padding: 10px 20px;
  background: #27b4a8;
  color: #fff;
}
.price-box .classes {
  padding: 0;
}
.price-box .classes li {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  font-size: 16px;
  padding: 8px 10px;
}
.price-box .classes li.color {
  background: rgba(0, 0, 0, 0.04);
}

.pricing-plan {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;
}
.pricing-plan.pricing-plan-offer {
  margin-bottom: 24px;
}
.pricing-plan span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5d8db;
}

.price {
  font-size: 72px;
  color: #000;
  line-height: 50px;
}
.price .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}
.price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
}

#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-footer .fh5co-footer-links li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
#fh5co-footer .fh5co-footer-links li a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
#fh5co-footer .fh5co-widget {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: center;
  }
}
#fh5co-footer .fh5co-widget img {
  margin: 0 auto;
}
#fh5co-footer .copyright {
  padding-top: 20px;
  background-color: #000;
  border-top: 2px solid #dc8d11;
  /*rgba(249, 224, 4, 0.8);*/
}
#fh5co-footer .copyright a {
  color: #f6c01a !important;
  /*$brand-yellow-personal;*/
  text-decoration: none;
}
#fh5co-footer .copyright a:hover {
  color: #dc8d11 !important;
  /*rgba(249, 224, 4, 0.6);*/
  text-decoration: none;
}
#fh5co-footer .copyright .block {
  display: block;
}
#fh5co-footer h4 {
  color: #fff;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  transform: translateX(270px);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all 0.2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: "";
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 30px;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #dc8d11;
  /*$brand-yellow-personal;*/
  color: white !important;
  border: 1px solid #dc8d11;
  /*$brand-yellow-personal;*/
  border-radius: 5px !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #eba73c !important;
  /*lighten($brand-yellow-personal, 5%)!important;*/
  border-color: #eba73c !important;
  color: #000 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: white !important;
  border: 2px solid rgba(249, 224, 4, 0.8);
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: rgba(249, 224, 4, 0.8);
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: white !important;
  border: 1px solid #5cb85c;
  border-radius: 5px !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 1px solid #5bc0de;
  border-radius: 5px !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 1px solid #f0ad4e;
  border-radius: 5px !important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 1px solid #d9534f;
  border-radius: 5px !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 1px solid gray;
  border-radius: 5px !important;
  font-size: 16px;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 400;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.5);
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

.my-alert-message {
  background-color: rgba(249, 224, 4, 0.8);
  margin: 0px 0px 15px;
  padding: 10px;
  color: #444;
  font: bold 16px arial;
  border: 1px solid rgba(249, 180, 4, 0.9);
}

.my-alert-error {
  background-color: #e64747;
  margin: 0px 0px 15px;
  padding: 10px;
  color: #fff;
  font: bold 16px arial;
  border: 1px solid #ca2020;
}

/* INICIO PAGINA DETALHE DOS IMOVEIS */
.border-bottom-titulo {
  border-bottom: 1px solid #333;
  border-radius: 5px;
  margin-bottom: 15px;
}

.titulo-imovel {
  margin: 15px 5px;
  color: #333;
}

.margin-foto-imovel-gd {
  width: 100%;
  height: 100%;
  margin: 5px;
}

.margin-foto-imovel-pq {
  width: 100%;
  height: 100%;
  margin: 5px;
}

.imv-tarja-detail {
  position: absolute;
  top: 8px;
  left: 25px;
  width: 200px;
  height: 40px;
  background: #f9e004;
  text-align: center;
  z-index: 999;
}
.imv-tarja-detail h2 {
  font: bold 18px Arial;
  padding: 10px;
}

.imv-tarja-detail-evento {
  position: absolute;
  bottom: 20px;
  left: 35px;
  width: 20%;
  height: 30%;
  text-align: center;
  z-index: 999;
}

.margin-movie-imovel {
  width: 100%;
  margin: 10px 5px;
}

.margin-movie-youtube {
  width: 100%;
  height: 35vw;
  margin: 10px 5px;
}
@media screen and (max-width: 768px) {
  .margin-movie-youtube {
    height: 50vw;
  }
}
@media screen and (max-width: 480px) {
  .margin-movie-youtube {
    height: 55vw;
  }
}

.div-det-imovel {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  margin: 20px 0px;
}

.imv-logo-radius {
  border-radius: 5px;
}
.imv-logo-radius img {
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 5px;
}

.info-end-empr h6 {
  margin: 5px !important;
}

.btn-full {
  width: 100%;
  margin: 5px;
}

.img-center {
  margin: 0 auto;
}

.img-left {
  float: left;
  margin-right: 20px;
}

.vlr-direitos {
  font: bold 13px Arial;
  color: #f4645f;
}

.div-princ-home {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}

/*FOTOS DO DETALHE DO ANUNCIO*/
.galeria {
  display: flex;
  margin: 10px 0px;
  padding: 0;
  overflow: hidden;
  overflow-x: scroll;
  background-color: rgba(0, 0, 0, 0.08);
}
.galeria ::-webkit-scrollbar {
  height: 20px;
}
.galeria .central-obj {
  margin-left: auto;
  margin-right: auto;
}
.galeria .fotos {
  display: flex;
  -webkit-animation-name: animacao;
          animation-name: animacao;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.galeria .fotos .galeryresize {
  max-width: 90vw;
  min-width: 30vw;
  width: auto;
  margin-right: 5px;
  margin-bottom: 10px;
}
.galeria .fotos .galeryresize::before {
  content: "";
  height: 0;
  float: left;
  padding-bottom: 60%;
}
.galeria .fotos .galeryresize::after {
  content: "";
  display: block;
  clear: both;
}
.galeria .galeria-tarja-detail {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 200px;
  height: 40px;
  background: #dc8d11;
  text-align: center;
  z-index: 999;
}
.galeria .galeria-tarja-detail h2 {
  font: bold 18px Arial;
  color: #fff;
  padding: 10px;
}
.galeria .galeria-evento {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 5em;
  height: 5em;
  text-align: center;
}

@-webkit-keyframes animacao {
  0% {
    margin-left: 0;
  }
  20% {
    margin-left: 0;
  }
  25% {
    margin-left: -100%;
  }
  45% {
    margin-left: -100%;
  }
  50% {
    margin-left: -200%;
  }
  70% {
    margin-left: -200%;
  }
  75% {
    margin-left: -300%;
  }
  95% {
    margin-left: -300%;
  }
  100% {
    margin-left: -400%;
  }
}

@keyframes animacao {
  0% {
    margin-left: 0;
  }
  20% {
    margin-left: 0;
  }
  25% {
    margin-left: -100%;
  }
  45% {
    margin-left: -100%;
  }
  50% {
    margin-left: -200%;
  }
  70% {
    margin-left: -200%;
  }
  75% {
    margin-left: -300%;
  }
  95% {
    margin-left: -300%;
  }
  100% {
    margin-left: -400%;
  }
}
.galeria-movie {
  width: 100%;
  margin: 10px 0px;
  background-color: rgba(0, 0, 0, 0.08);
  display: none;
}
.galeria-movie .central-movie {
  width: 600px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .galeria-movie .central-movie {
    width: 90vw;
    height: 45vh;
  }
}
.galeria-movie .movie-tarja-detail {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 200px;
  height: 40px;
  background: #dc8d11;
  text-align: center;
  z-index: 999;
}
.galeria-movie .movie-tarja-detail h2 {
  font: bold 18px Arial;
  color: #fff;
  padding: 10px;
}
.galeria-movie .movie-evento {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 5em;
  height: 5em;
  text-align: center;
}

/*DIVs MAPA DO IMÓVEL*/
.galerymapa {
  width: 100%;
  height: 50vh;
  display: none;
  background-color: #666;
}
.galerymapa .galerystreet {
  position: absolute;
  float: left;
  top: 85%;
  left: 10px;
  z-index: 999;
  display: none;
}
@media screen and (max-width: 480px) {
  .galerymapa .galerystreet {
    top: 10px;
  }
}

/*DETALHES DO ANUNCIO*/
.div-anunciante {
  border-radius: 5px;
  margin: 10px 0px;
  padding-bottom: 10px;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}

.busca-inicio {
  margin-top: 180px;
  margin-bottom: 90px;
  padding: 0px 40px;
}
.busca-inicio .text-top {
  color: #FFF;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.9);
}
.busca-inicio .busca-filtro {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 20px;
}
.busca-inicio .busca-filtro .form-control {
  background: #fff;
  border: 1px solid #a6a6a6;
  margin: 5px 0px;
}
.busca-inicio .busca-filtro .margin-span {
  margin-left: 5px;
  color: #000;
}
.busca-inicio .busca-filtro .margin-top-link {
  margin-top: 60px !important;
}
.busca-inicio .toggle {
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.busca-inicio .toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.busca-inicio .toggle input + label {
  width: 100%;
  margin: 5px 0px;
  padding: 1.2rem 1rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 1px #a6a6a6;
  background-color: #FFF;
  font-size: 2rem;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
  /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
  /* ----- */
}
.busca-inicio .toggle input + label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.busca-inicio .toggle input + label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.busca-inicio .toggle input:hover + label {
  border-color: #213140;
}
.busca-inicio .toggle input:checked + label {
  background-color: #dc8d11;
  color: #FFF;
  border-color: #dc8d11;
  z-index: 1;
}
.busca-inicio .btn-busca {
  width: calc(100% - 20px) !important;
  padding: 1.2rem 1rem !important;
  font-size: 2rem !important;
  border-radius: 5px !important;
  background: #dc8d11 !important;
  /*#f6c01a - Claro, #dc8d11 - Escuro*/
  color: #FFF !important;
  margin: 30px 5px 10px;
}

.infocity {
  width: calc(100% - 30px) !important;
  border-radius: 5px !important;
  background-color: #fff;
  position: absolute;
  z-index: 9999;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
  display: none;
}
.infocity h5 {
  margin-bottom: 8px !important;
  color: #373737 !important;
}

.autocomplete {
  width: calc(100% - 30px) !important;
  max-height: 200px;
  background-color: #fff;
  overflow-y: scroll;
  position: absolute;
  z-index: 999;
  display: none;
}
.autocomplete ul.dropdown-menu {
  margin: 0;
  padding: 0;
  width: 100%;
}
.autocomplete ul.dropdown-menu h4 {
  padding: 10px !important;
  margin-bottom: 0px;
  background-color: rgba(246, 192, 26, 0.7) !important;
  color: #000;
  font-size: 1.2em !important;
}
.autocomplete ul.dropdown-menu li a {
  padding: 10px 13px !important;
  color: #373737;
  font-size: 1.1em !important;
}
.autocomplete ul.dropdown-menu li a:hover {
  background-color: rgba(246, 192, 26, 0.7) !important;
  color: #000;
}

.autocomplete::-webkit-scrollbar-track {
  background-color: #f6c01a;
}

.autocomplete::-webkit-scrollbar {
  width: 10px;
  background: #dc8d11;
}

.autocomplete::-webkit-scrollbar-thumb {
  background: #dc8d11;
}

.result-shearch {
  margin-top: 10px;
  padding: 2px;
}
.result-shearch .btn-new-shearch {
  width: calc(100% - 20px) !important;
  margin: 0px 10px;
}
.result-shearch h3 {
  margin: 0px 10px !important;
}

.busca-shearch {
  margin: 0 auto;
  display: none;
}
.busca-shearch .busca-filtro-shearch {
  width: calc(100% - 30px);
  background: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(249, 224, 4, 0.5);
  border-radius: 10px;
  padding: 20px;
  margin: 20px 15px;
}
.busca-shearch .busca-filtro-shearch .form-control {
  background: #FFF;
  border: 1px solid rgba(249, 224, 4, 0.6);
  margin: 5px 0px;
}
.busca-shearch .busca-filtro-shearch .margin-span-shearch {
  margin-left: 5px;
  color: #FFF;
}
.busca-shearch .btn-busca-shearch {
  width: calc(100% - 20px) !important;
  color: #000;
  margin: 10px;
}

.margin-result-top {
  margin-top: 30px;
  margin-bottom: 60px;
}

.text-emphasis {
  color: #dc8d11 !important;
}

/*AQUI A DIV DO RESULTADO DA BUSCA*/
.busca-refinar-geral {
  background-color: #f7f8f7;
}
.busca-refinar-geral .busca-btn-refinar {
  padding: 10px;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
  /*display:none;*/
}
.busca-refinar-geral .busca-btn-refinar a {
  color: #dc8d11 !important;
  /*#f6c01a - Claro, #dc8d11*/
  font-size: 1.5em !important;
}
.busca-refinar-geral .busca-btn-refinar a:hover {
  color: #f6c01a !important;
}
.busca-refinar-geral .busca-filtro-result {
  margin: 20px 0px !important;
}
.busca-refinar-geral .busca-filtro-result input, .busca-refinar-geral .busca-filtro-result select {
  margin: 6px 0px;
  background: #fff;
}
.busca-refinar-geral .busca-filtro-result .toggle {
  margin: 0;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.busca-refinar-geral .busca-filtro-result .toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.busca-refinar-geral .busca-filtro-result .toggle input + label {
  width: 100%;
  margin: 5px 0px;
  padding: 1.2rem 1rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 1px #a6a6a6;
  background-color: #FFF;
  font-size: 2rem;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
  /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
  /* ----- */
}
.busca-refinar-geral .busca-filtro-result .toggle input + label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.busca-refinar-geral .busca-filtro-result .toggle input + label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.busca-refinar-geral .busca-filtro-result .toggle input:hover + label {
  border-color: #213140;
}
.busca-refinar-geral .busca-filtro-result .toggle input:checked + label {
  background-color: #dc8d11;
  color: #FFF;
  border-color: #dc8d11;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .busca-btn-refinar {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .busca-filtro-result {
    display: none;
  }

  .busca-btn-refinar {
    display: block;
  }
}
/*FIM DA DIV DO RESULTADO DA BUSCA*/
/*AQUI A DIV DE BUSCA EM OUTRAS PAGINAS DO SISTEMA*/
.page-refinar-geral {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 0px 40px;
  border-radius: 10px;
}
.page-refinar-geral .page-btn-refinar {
  padding: 10px;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
  /*display:none;*/
}
.page-refinar-geral .page-btn-refinar a {
  color: #dc8d11 !important;
  /*#f6c01a - Claro, #dc8d11*/
  font-size: 1.5em !important;
}
.page-refinar-geral .page-btn-refinar a:hover {
  color: #f6c01a !important;
}
.page-refinar-geral .page-filtro-result {
  margin: 20px 0px !important;
}
.page-refinar-geral .page-filtro-result input, .page-refinar-geral .page-filtro-result select {
  margin: 6px 0px;
  background: #fff;
}
.page-refinar-geral .page-filtro-result .toggle {
  margin: 0;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.page-refinar-geral .page-filtro-result .toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.page-refinar-geral .page-filtro-result .toggle input + label {
  width: 100%;
  margin: 5px 0px;
  padding: 1.2rem 1rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 1px #a6a6a6;
  background-color: #FFF;
  font-size: 2rem;
  line-height: 140%;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
  /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
  /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
  /* ----- */
}
.page-refinar-geral .page-filtro-result .toggle input + label:first-of-type {
  border-radius: 6px 0 0 6px;
  border-right: none;
}
.page-refinar-geral .page-filtro-result .toggle input + label:last-of-type {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.page-refinar-geral .page-filtro-result .toggle input:hover + label {
  border-color: #213140;
}
.page-refinar-geral .page-filtro-result .toggle input:checked + label {
  background-color: #dc8d11;
  color: #FFF;
  border-color: #dc8d11;
  z-index: 1;
}
.page-refinar-geral .btn-busca-page {
  width: calc(100% - 20px) !important;
  padding: 1.2rem 1rem !important;
  font-size: 2rem !important;
  border-radius: 5px !important;
  background: #dc8d11 !important;
  /*#f6c01a - Claro, #dc8d11 - Escuro*/
  color: #FFF !important;
  margin: 30px 5px 10px;
}

/*AQUI A DIV DA EXPERIENCIA DO IMOVEL*/
.emphasisambience {
  border-radius: 5px !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.emphasisambience p {
  font-size: 1.5em !important;
  padding: 1.2em 0px !important;
  color: #fff !important;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.8) !important;
}

.emphasisambience:hover {
  background-size: 102% !important;
}

/*AQUI A DIV DOS IMOVEIS*/
.tarja-anuncio {
  position: absolute;
  top: 0;
  left: 15px;
  width: 140px;
  height: 35px;
  background: #dc8d11;
  text-align: center;
}
.tarja-anuncio p {
  color: #FFF;
  margin: 3px 5px;
}

.icon-favorite {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 3.5em;
  height: 3em;
  text-align: center;
  z-index: 999;
}
.icon-favorite i {
  color: #f6c01a;
  font-size: 2em;
  margin: 0 auto;
  padding-top: 0.5em;
}
.icon-favorite i:hover {
  color: #dc8d11;
}

.tarja-evento {
  position: absolute;
  bottom: 10px;
  left: 25px;
  width: 60px;
  height: 60px;
  text-align: center;
}

.marca-dagua {
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
  text-align: center;
}

.marca-dagua:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}

.marca-dagua:hover a {
  display: block;
  width: 150px;
  position: absolute;
  top: calc(100% / 3 + 70px);
  left: calc(100% / 2 - 75px);
  border: 2px solid #FFFFFF;
  border-radius: 5px;
  color: #FFFFFF;
  text-decoration: none;
  margin: 16px auto 0;
  padding: 10px 15px;
  -webkit-animation: descer 2s;
          animation: descer 2s;
}

.marca-dagua:hover a:hover {
  border: none;
  background: #dc8d11;
  color: #000;
}

.marca-dagua:hover h4 {
  display: block;
  max-height: 40%;
  overflow: hidden;
  text-overflow: allipsis;
  -webkit-animation: subir 1s ease-in-out;
          animation: subir 1s ease-in-out;
}

.marca-dagua a {
  display: none;
}

.marca-dagua h4 {
  display: none;
  text-align: justify;
  text-shadow: 1px 1px 2px #000;
  color: #FFFFFF;
  font: normal 14px Arial, Helvetica, sans-serif;
  margin: 10px;
}
.marca-dagua h4 p {
  margin: 3px 0px;
}

.size-foto {
  width: 100%;
  heigth: 0px;
  padding-bottom: 0%;
}

.info-dependence {
  margin: 0px;
  padding: 5px 0px;
  background: #f7f8f7;
}
.info-dependence h6 {
  padding: 1px;
  margin: 1px;
  font-size: 0.6em !important;
}

.img-dependence {
  margin: 0 auto;
  width: 25px;
  heigth: 25px;
}

.info-geral {
  margin: 0px 0px 40px;
  padding: 0px;
  border-radius-bottom: 5px;
  background-color: #f7f8f7;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.18);
}
.info-geral h4 {
  margin: 12px 3px;
  padding: 0px;
  overflow: hidden;
  text-overflow: allipsis;
  white-space: nowrap;
}
.info-geral h5 {
  margin: 8px 5px;
  padding: 0px;
  overflow: hidden;
  text-overflow: allipsis;
  white-space: nowrap;
}

.color-pricing {
  color: #000 !important;
  font-size: 1.5em;
}

.color-pricing-old {
  color: #dc8d11 !important;
  font-size: 1em;
}

.zero-lateral {
  margin: 0px;
  padding: 0px;
}

.icone-info-valor {
  margin: 2px;
  float: right;
  width: 20px;
  heigth: 20px;
}

.hide-div {
  display: none;
}

.overlay-click {
  display: none;
  text-align: center;
  z-index: 999;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
}
.overlay-click img {
  top: 50vh;
  position: absolute;
}

.overlay-click-modal {
  display: none;
  text-align: center;
  z-index: 999;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
}
.overlay-click-modal img {
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  position: absolute;
}

.img-clie {
  margin: 0 auto;
  padding: 15px 0px;
}

/*RESULTADO DA BUSCA DE IMOVEIS*/
.resultsearch {
  width: calc(100% - 30px);
  margin: 10px 15px;
  padding: 0px;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
}
.resultsearch .searchdivfoto {
  margin: 0;
  padding: 0;
}
.resultsearch .searchfoto {
  width: 100%;
  heigth: 0px;
  padding-bottom: 0px;
}
.resultsearch .searchtarja {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 35px;
  background: #dc8d11;
  text-align: center;
}
.resultsearch .searchtarja p {
  color: #FFF;
  margin: 3px 5px;
}
.resultsearch .searchfavorite {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 3.5em;
  height: 3em;
  text-align: center;
  z-index: 999;
}
.resultsearch .searchfavorite i {
  color: #f6c01a;
  font-size: 2em;
  margin: 0 auto;
  padding-top: 0.5em;
}
.resultsearch .searchfavorite i:hover {
  color: #dc8d11;
}
.resultsearch .searchdescricao {
  margin: 0;
  padding: 0;
}
.resultsearch .searchdescricao .color-pricing {
  color: #000 !important;
  font-size: 1.5em;
  margin-bottom: 0.8em;
}
.resultsearch .searchdescricao h4 {
  margin: 12px 3px;
  padding: 0px;
  overflow: hidden;
  text-overflow: allipsis;
  white-space: nowrap;
}
.resultsearch .searchdescricao h5 {
  margin: 8px 5px;
  padding: 0px;
  overflow: hidden;
  text-overflow: allipsis;
  white-space: nowrap;
}
.resultsearch .searchdescricao .link-infos {
  color: #c3180b;
  margin-right: 20px !important;
}
.resultsearch .searchdescricao .link-infos:hover {
  color: #dc8d11;
}
.resultsearch .searchinfo-dependence {
  margin: 15px 0px;
  padding: 5px 0px;
}
.resultsearch .searchinfo-dependence h6 {
  padding: 1px;
  margin: 1px;
  font-size: 0.6em !important;
}
.resultsearch .searchinfo-dependence .searchimg-dependence {
  margin: 0 auto;
  width: 25px;
  heigth: 25px;
}
.resultsearch .searchcontato h5 {
  margin: 13px 5px;
  padding: 0px;
  overflow: hidden;
  text-overflow: allipsis;
  white-space: nowrap;
}

.resultsearch:hover {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.4);
}

.searchrecomenda {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  margin: 20px 0px;
  padding: 10px 20px;
}

/*ESTILO DO MODAL IMOVEIS*/
.modal-header {
  border-bottom: 0px !important;
}

.modal-body .modalanunciante img {
  width: 50%;
  height: 50%;
  margin: 0 auto;
}
.modal-body .modalanunciante h4 {
  margin-top: 10px !important;
}
.modal-body .modalproperty .size-foto {
  width: 100%;
  heigth: 0px;
  padding-bottom: 0%;
}
.modal-body .modalproperty .color-pricing {
  color: #000 !important;
  font-size: 0.9em !important;
}
.modal-body .viewmaps {
  width: 100%;
  heigth: 5em;
  background-color: #ccc;
}

.modal-footer {
  border-top: 0px !important;
}

/*FIM ESTILO MODAL IMOVEIS*/
/* MELHORIAS NAS ABAS*/
.nav > li > a {
  border: 1px solid rgba(249, 224, 4, 0.8);
}

.tab-pane {
  border-top: 2px solid rgba(249, 224, 4, 0.8);
  padding-top: 30px !important;
}

.nav > li.active > a {
  border: 1px solid rgba(249, 224, 4, 0.9);
  background-color: rgba(249, 224, 4, 0.8);
}

.nav > li > a:hover,
.nav > li.active > a:focus {
  background-color: rgba(249, 224, 4, 0.6);
}

/* FIM DAS MELHORIAS DAS ABAS */
/*Início aviso de cookies*/
.aviso-cookies {
  margin: 0 auto;
  bottom: 0px;
  position: fixed;
  background-color: #000;
  width: 100%;
  z-index: 999;
  display: none;
}

.aviso-cookies a {
  color: #f6c01a;
  text-decoration: none;
}

.aviso-cookies a:hover {
  color: #dc8d11;
  text-decoration: none;
}

.aviso-cookies h5 {
  color: #fff;
  margin: 30px 10px 5px;
}

.aviso-cookies .btn {
  margin: 5px 10px 10px;
}

/*Fim aviso de cookies*/
/*Início DIV do WhatsApp*/
.div-whatsapp {
  left: 10px;
  top: calc(100% - 70px);
  position: fixed;
  width: 50px;
  height: 50px;
  z-index: 999;
}

/*Fim DIV do WhatsApp*/
.pedidoimovel {
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin: 20px 0px;
  padding: 20px;
}

/*Abas da INFO, MAPA e Tour Virtual*/
.myButton {
  width: 100%;
  box-shadow: 0px 10px 14px -7px #fff6af;
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  background-color: #ffec64;
  border-radius: 4px;
  border: 1px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 12px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
}
.myButton .disable {
  background-color: transparent !important;
}

.myButton:hover {
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  background-color: #ffab23;
}

.myButton:active {
  position: relative;
  top: 1px;
}

.myButtonDisable {
  width: 100%;
  box-shadow: 0px 10px 14px -7px #fff6af;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #ffaa22;
  display: inline-block;
  cursor: pointer;
  color: #333333;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 12px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
}

.myButtonDisable:hover {
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  background-color: #ffab23;
}

.myButtonDisable:active {
  position: relative;
  top: 1px;
}

.mapaimv {
  display: none;
}

/*INICIO DA PAGINAÇÃO DO SISTEMA*/
.page-item {
  color: #646565 !important;
}

.page-link {
  color: #646565 !important;
}

.page-link:hover {
  color: #fff !important;
  background-color: #dc8d11 !important;
}

.page-link:focus {
  color: #000 !important;
  background-color: #dc8d11 !important;
}

.page-item.active .page-link {
  color: #fff !important;
  background-color: #dc8d11 !important;
  border-color: #dc8d11 !important;
}

.page-item.disabled .page-link:hover {
  color: #646565 !important;
  background-color: #fff !important;
}

/*LOADER DE DIV*/
.c-loader {
  -webkit-animation: is-rotating 1s infinite;
          animation: is-rotating 1s infinite;
  border: 0.8em solid #e5e5e5;
  border-radius: 50%;
  border-top-color: #dc8d11;
  height: 6em;
  width: 6em;
  margin: 0 auto;
  display: none;
}

/*Links para desfazer filtros da busca*/
.btn-filtros-fixo {
  border-radius: 5px !important;
  border: 1px solid #666 !important;
  margin: 1px 3px 6px !important;
  padding: 1px 10px !important;
  float: left;
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
  font-size: 0.8em !important;
}

.btn-back-filtros {
  border-radius: 5px !important;
  border: 1px solid #dc8d11 !important;
  margin: 1px 3px 6px !important;
  padding: 1px 10px !important;
  float: left;
  font-size: 0.8em !important;
}
.btn-back-filtros span {
  margin-left: 5px !important;
  color: #dc8d11 !important;
  font-weight: bold !important;
}

.mostrarmais {
  display: none;
}

@-webkit-keyframes is-rotating {
  to {
    transform: rotate(1turn);
  }
}

@keyframes is-rotating {
  to {
    transform: rotate(1turn);
  }
}
/*FIM DA PAGINAÇÂO DO SISTEMA*/
/*INICIO CARROSSEL DE IMAGENS VIA CSS*/
.carrossel-css {
  overflow: hidden;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 0;
}
.carrossel-css ul {
  margin: 40px 0px;
  padding: 0;
  list-style: none;
  width: 400%;
  height: 100%;
  display: flex;
}
.carrossel-css li {
  /*margin: 0px -35px;*/
  position: relative;
  -webkit-animation: bannercarrossel 15s infinite ease-out;
          animation: bannercarrossel 15s infinite ease-out;
}
.carrossel-css img {
  width: 100%;
  height: 100%;
}

/*FIM CARROSSEL DE IMAGENS VIA CSS*/
/*INICIO DIVs SIMULAÇÃO DE FINANCIAMENTO*/
.simulador {
  width: calc(100% - 20px);
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  margin: 0px 10px;
}
.simulador .sim-resultado {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 20px;
}
.simulador .sim-resultado .resultvalue {
  margin-top: 10px;
}

/*FIM DIV´s SIMULAÇÃO DE FINANCIAMENTO*/
/*PERGUNTAS E RESPOSTAS*/
.question {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.question .answer {
  width: calc(100% - 50px);
  margin: 10px 25px;
}

.question input,
.question .answer {
  display: none;
}

.question label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
  width: 100%;
}

.question input:checked ~ .answer {
  display: block;
}

/*FIM PERGUNTAS E RESPOSTAS*/
/*INICIO DO FEEDBACK*/
#fh5co-feedback {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 3em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-feedback {
    padding: 2em 0;
  }
}

.feedback {
  max-width: 500px;
  margin: 10px auto;
  background: #fff;
  padding: 0.5em;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.feedback .feedback-title {
  text-align: center;
  font-weight: 700;
  display: block;
  margin-top: 30px;
}
.feedback .feedback-list {
  max-width: 400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
}
.feedback .feedback-item .feedback-input {
  display: none;
}
.feedback .feedback-item .feedback-label {
  padding: 5px 3px;
  font-size: 26px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.7;
  cursor: pointer;
}
.feedback .feedback-item .feedback-label :hover {
  -webkit-filter: grayscale(0.84);
          filter: grayscale(0.84);
  transform: scale(1.3);
  transition: 100ms ease;
}
.feedback .feedback-item .active {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  transform: scale(1.2);
  transition: 100ms ease;
}
.feedback .feedback-item p {
  font-size: 12px;
  color: #666;
}
.feedback .feedback-message {
  display: none;
}
.feedback .feedback-message p {
  text-align: left;
  font-size: 16px;
  color: #666;
}
.feedback .feedback-message textarea {
  margin: 10px auto;
}
.feedback .feedback-message button {
  margin: 0 auto;
}

.feedback-thanks {
  max-width: 500px;
  margin: 10px auto;
  background: #fff;
  padding: 1em;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  display: none;
}

/*FIM DO FEEDBACK*/
/*TABLE DA SIMULAÇÃO DO FINANCIAMENTO*/
.bankfinanciamento {
  margin-right: -15px;
  z-index: 999;
}
.bankfinanciamento thead {
  height: 40px;
}
.bankfinanciamento thead th {
  text-align: center;
}
.bankfinanciamento td {
  height: 30px;
}
.bankfinanciamento td img {
  width: 100px;
  height: 25px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .bankfinanciamento thead {
    height: 42px;
  }
  .bankfinanciamento td {
    height: 42px;
  }
}
@media screen and (max-width: 992px) {
  .bankfinanciamento thead {
    height: 70px;
  }
  .bankfinanciamento td {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .bankfinanciamento thead {
    height: 70px;
  }
  .bankfinanciamento td {
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .bankfinanciamento thead {
    height: 70px;
  }
  .bankfinanciamento td {
    height: 70px;
  }
}

.bankresultaparcela {
  margin-left: -15px;
  display: flex;
  overflow: hidden;
  overflow-x: scroll;
}
.bankresultaparcela thead {
  height: 40px;
}
.bankresultaparcela th {
  text-align: center;
}
.bankresultaparcela td {
  text-align: center;
  height: 42px;
}
@media screen and (max-width: 1200px) {
  .bankresultaparcela thead {
    height: 42px;
  }
  .bankresultaparcela td {
    height: 42px;
  }
}
@media screen and (max-width: 992px) {
  .bankresultaparcela thead {
    height: 70px;
  }
  .bankresultaparcela td {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .bankresultaparcela thead {
    height: 70px;
  }
  .bankresultaparcela td {
    height: 70px;
  }
}
@media screen and (max-width: 480px) {
  .bankresultaparcela thead {
    height: 70px;
  }
  .bankresultaparcela td {
    height: 70px;
  }
}

/*FIM TABLE DA SIMULAÇÂO DO FINANCIAMENTO*/
/*INICIO FORMULARIO DE CADASTRO DE CLIENTE*/
.cadchamada {
  margin: 50px 0px;
}
.cadchamada h1 {
  color: #f9f9f9 !important;
  margin: 10px !important;
  text-shadow: 0.02em 0.02em #373737;
}

.cadchamadadescricao {
  margin: 10px 0px;
}
.cadchamadadescricao h3 {
  color: #f9f9f9 !important;
  margin: 15px !important;
  text-shadow: 0.02em 0.02em #373737;
}

.cadchamadabutton {
  margin: 40px 0px;
}

.back-cadastro {
  background-color: #f9f9f9;
  border-radius: 5px 40px;
  margin: 50px 0px;
  padding: 30px;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.3);
}

.margin-reduzido-p {
  margin: 5px !important;
}

/*FIM FORMULARIO DE CADASTRO DE CLIENTE*/
@-webkit-keyframes bannercarrossel {
  0% {
    left: 0px;
  }
  20% {
    left: 0px;
  }
  25% {
    left: -25%;
  }
  45% {
    left: -25%;
  }
  50% {
    left: -50%;
  }
  70% {
    left: -50%;
  }
  75% {
    left: -75%;
  }
  95% {
    left: -75%;
  }
  100% {
    left: 0%;
  }
}
@keyframes bannercarrossel {
  0% {
    left: 0px;
  }
  20% {
    left: 0px;
  }
  25% {
    left: -25%;
  }
  45% {
    left: -25%;
  }
  50% {
    left: -50%;
  }
  70% {
    left: -50%;
  }
  75% {
    left: -75%;
  }
  95% {
    left: -75%;
  }
  100% {
    left: 0%;
  }
}
@-webkit-keyframes subir {
  0% {
    margin-top: 60px;
    opacity: 0;
  }
  90% {
    margin-top: 20px;
    opacity: 10;
  }
}
@keyframes subir {
  0% {
    margin-top: 60px;
    opacity: 0;
  }
  90% {
    margin-top: 20px;
    opacity: 10;
  }
}
@-webkit-keyframes descer {
  0% {
    top: calc(100% / 3 + 30px);
  }
  70% {
    top: calc(100% / 3 + 70px);
  }
}
@keyframes descer {
  0% {
    top: calc(100% / 3 + 30px);
  }
  70% {
    top: calc(100% / 3 + 70px);
  }
}