/* ---------------------------------------------------
    GERAL
----------------------------------------------------- */

html {
  font-size: 10px;
  overflow-y: scroll;
}

html * {
  font-family: "Rubik", sans-serif !important;
  font-weight: 400;
}

a:hover,
button:hover,
input[type="submit"]:hover {
  opacity: 80%;
  text-decoration: none !important;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pagination > .page-item > .page-link,
.pagination > .page-item > span {
  border-radius: 8px !important;
  border: 1px solid #e7e7e7;
  transition: all 0.3s;
  padding: 0px 11px;
  margin: 0 6px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  color: #1d1d1b !important;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  background: transparent;
  text-align: center;
}

.pagination > .page-item > .page-link.img {
  border: 0;
  border-radius: 0 !important;
  padding: 0;
  min-width: unset;
  height: auto;
  margin-top: -1px;
}

.pagination > .page-item > a:hover,
.pagination > .page-item.active > a,
.pagination > .page-item.active > a:focus,
.pagination > .page-item.active > a:hover,
.pagination > .page-item.active > span,
.pagination > .page-item.active > span:focus,
.pagination > .page-item.active > span:hover {
  border: 1px solid #082442;
}

.whats-button {
  position: fixed;
  right: 5.5%;
  bottom: 15%;
  background: none !important;
  z-index: 9997;
}

@media (max-width: 575px) {
  .whats-button {
    bottom: 10%;
    right: 5%;
  }
}

.whats-button a {
  background: none !important;
}

.whats-button img {
  max-width: 50px;
}

.overflow-privacidade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(0 1 0 / 0.6);
  z-index: 9998;
}

.content-privacidade {
  position: absolute;
  bottom: 1rem;
  z-index: 9999;
  width: 100%;
  background: #fff;
}

.content-privacidade .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.content-privacidade .btn {
  font-size: 1.3em;
  padding: 1em 2em;
  background-color: #000;
  color: #fff;
  line-height: 18px;
  margin: 10px 0;
  text-indent: 0;
  transition: 0.5s linear;
  float: right;
}

.content-privacidade p {
  font-size: 13px;
}

/* ---------------------------------------------------
    HEADER
----------------------------------------------------- */

header.navbar-dark {
  background: #082442;
}

@media (min-width: 992px) {
  header.navbar-transparent {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }

  header .navbar-brand img {
    width: 233px;
  }
}

@media (max-width: 767px) {
  header .navbar-brand img {
    width: 200px;
  }
}

header.topNav .nav-item .nav-link {
  font-size: 18px;
  color: #fff;
  padding: 0 12px;
  line-height: 15px;
}

header.topNav .nav-item .btn.btn-outline-light {
  font-size: 15px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 11px 10px;
  line-height: 15px;
  margin-left: 13px;
}

header.topNav .nav-item .btn.btn-outline-light:hover {
  background: #fff;
  color: #000;
}

header .navbar-toggler-icon {
  background-image: url("../img/menuIcon.svg") !important;
}

@media (max-width: 991px) {
  header.topNav .nav-item .nav-link {
    padding: 0 6px;
  }
  header.topNav .nav-item .btn.btn-outline-light {
    padding: 6px 5px;
    margin-left: 6px;
  }
}

@media (max-width: 767px) {
  header.topNav .nav-item {
    margin-bottom: 10px;
  }
}

header.pb-list {
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  header.pb-list {
    padding-bottom: 65px;
  }
}

/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */

footer {
  background: #f7f7f7;
}

footer h2 {
  color: #082442;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer li {
  margin-bottom: 15px;
}

footer li a {
  color: #1c1c1c !important;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none !important;
}

footer p {
  color: #1c1c1c;
  font-size: 15px;
  line-height: 31px;
  text-decoration: none !important;
}

footer hr {
  border-top: 1px solid #707070;
  margin: 0;
}

footer h6,
footer h6 a {
  color: #1c1c1c !important;
  font-size: 12px;
  line-height: 28px;
  margin: 0;
}

/* ---------------------------------------------------
    HOME
----------------------------------------------------- */

.homeH2 {
  color: #082442;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

@media (max-width: 767px) {
  .homeH2 {
    font-size: 20px;
    line-height: 24px;
  }
}

.tabLocations .nav-tabs {
  border: none !important;
}

.tabLocations .nav-link {
  color: #082442;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  margin-top: 20px;
  padding: 0 30px;
  padding-bottom: 14px;
  border: none !important;
  border-bottom: 3px solid #f5f5f5 !important;
  outline: none !important;
}

.tabLocations .nav-link.active {
  border-bottom: 3px solid #707070 !important;
}

.tabLocations .tab-content a {
  color: #3e3e3e !important;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none !important;
}

.homeH2b {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

@media (max-width: 767px) {
  .homeH2b {
    font-size: 20px;
    line-height: 24px;
  }
}

.bgBlogHome {
  background: #082442;
}

.sobreHome * {
  color: #191919;
  font-size: 15px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .sobreHome * {
    font-size: 12px;
    line-height: 26px;
  }
}

/* ---------------------------------------------------
    IMOVEL FILTER
----------------------------------------------------- */

.filtHome {
  position: absolute;
  bottom: 0;
  z-index: 2;
}

@media (max-width: 767px) {
  .filtHome {
    position: relative;
    bottom: unset;
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  .filtList {
    margin-top: -50px;
  }
}

.filtImovel .bg-white {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
}

.filtImovel label {
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  padding-bottom: 2px;
}

.filtImovel .inpFiltImovel {
  width: 100%;
  font-size: 15px;
  color: #000;
  line-height: 18px;
  border: none !important;
  outline: none !important;
}

.filtImovel .inpFiltImovel::placeholder {
  color: #b9b9b9;
}

.filtImovel button {
  background: #082442;
  border-radius: 8px;
  padding: 17px;
  border: none !important;
  outline: none !important;
}

@media (max-width: 767px) {
  .filtImovel button {
    width: 100%;
    padding: 15px 7px;
  }
  .filtImovel button span {
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
  }
}

.filtImovel a {
  background: #fff;
  border-radius: 8px;
  padding: 17px;
  border: 1px solid #082442 !important;
  outline: none !important;
  cursor: pointer;
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .filtImovel a {
    width: 100%;
    padding: 15px 7px;
  }
  .filtImovel a span {
    color: #082442;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
  }
}

#filterModal .modal-content {
  border-radius: 8px;
}

#filterModal .modal-header {
  padding: 15px 15px 10px 30px;
  align-items: start;
  border: none !important;
}

#filterModal .modal-title {
  color: #082442;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding-top: 15px;
}

#filterModal .btn-close {
  width: 9px;
  height: 9px;
  font-size: 9px;
}

#filterModal .modal-body {
  margin: 0 30px;
  border-top: 2px solid #f5f5f5;
  padding: 30px 0;
}

#filterModal .modal-body .inpQtdFilt {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 15px 30px;
}

@media (max-width: 991px) {
  #filterModal .modal-body .inpQtdFilt {
    padding: 15px;
  }
}

#filterModal .modal-body .inpQtdFilt .qtdBtn {
  color: #101010;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none !important;
  vertical-align: sub;
}

#filterModal .modal-body .inpQtdFilt input {
  color: #101010;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  border: none !important;
  outline: none !important;
  text-align: center;
  width: 100%;
  vertical-align: text-top;
}

#filterModal .modal-body .inpQtdFilt input::-webkit-outer-spin-button,
#filterModal .modal-body .inpQtdFilt input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#filterModal .modal-body .inpQtdFilt input[type="number"] {
  -moz-appearance: textfield;
}

#filterModal .modal-body h6 {
  color: #082442;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  margin: 0;
}

#filterModal .modal-footer {
  border: none !important;
  justify-content: flex-start;
  padding-left: 30px;
}

#filterModal .modal-footer button {
  background: #082442;
  border-radius: 8px;
  padding: 17px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  border: none !important;
  outline: none !important;
  width: 100%;
}

/* ---------------------------------------------------
    IMOVEL LIST
----------------------------------------------------- */

.boxImovel {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  text-decoration: none !important;
  background: #fff;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.boxImovel .boxImage {
  height: 270px;
  width: 100%;
}

@media (max-width: 767px) {
  .boxImovel .boxImage {
    height: 144px;
  }
}

.boxImovel .boxImage img {
  border-radius: 8px 8px 0 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.boxImovel .boxType {
  position: relative;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .boxImovel .boxType {
    margin-bottom: 5px;
  }
}

.boxImovel .boxType span {
  background: #c6a76f;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  top: -10px;
  right: 18px;
  min-width: 89px;
  text-align: center;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .boxImovel .boxType span {
    font-size: 10px;
    line-height: 18px;
    top: -9px;
    right: 9px;
    min-width: 59px;
  }
}

.boxImovel .boxText h3 {
  color: #082442;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 14px;
  margin: 0;
}

@media (max-width: 767px) {
  .boxImovel .boxText h3 {
    font-size: 12px;
    line-height: 14px;
    padding-top: 8px;
    padding-bottom: 4px;
  }
}

.boxImovel .boxText h4 {
  color: #707070;
  font-size: 14px;
  line-height: 17px;
  margin: 0;
}

@media (max-width: 767px) {
  .boxImovel .boxText h4 {
    font-size: 8px;
    line-height: 9px;
  }
}

/* ---------------------------------------------------
    BLOG LIST
----------------------------------------------------- */

.blogH1 {
  color: #082442;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

@media (max-width: 767px) {
  .blogH1 {
    font-size: 20px;
    line-height: 24px;
  }
}

.boxBlog {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  text-decoration: none !important;
  display: block !important;
  background: #fff;
}

.boxBlog .boxImage {
  height: 270px;
  width: 100%;
}

@media (max-width: 767px) {
  .boxBlog .boxImage {
    height: 144px;
  }
}

.boxBlog .boxImage img {
  border-radius: 8px 8px 0 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.boxBlog .boxType span {
  color: #707070;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .boxBlog .boxType span {
    font-size: 7px;
    line-height: 9px;
  }
}

.boxBlog .boxText h3 {
  color: #082442;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 14px;
  margin: 0;
}

@media (max-width: 767px) {
  .boxBlog .boxText h3 {
    font-size: 10px;
    line-height: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

/* ---------------------------------------------------
    IMOVEL VIEW
----------------------------------------------------- */

.imovelVP h1 {
  font-size: 30px;
  color: #082442;
  line-height: 36px;
  font-weight: 500;
}

.imovelVP .openGallery {
  position: relative;
  display: block;
}

.imovelVP .openGallery span {
  position: absolute;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  padding: 10px 22px;
  bottom: 23px;
  right: 47px;
  border: 1px solid #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
  background: #00000099;
}

@media (max-width: 767px) {
  .imovelVP .openGallery span {
    bottom: 10px;
    right: 10px;
  }
}

.imovelVP .imovelLeft h2 {
  font-size: 18px;
  color: #082442;
  line-height: 22px;
  font-weight: 500;
}

.imovelVP .imovelLeft h3 {
  font-size: 14px;
  color: #082442;
  line-height: 17px;
  font-weight: 500;
  margin: 0;
}

.imovelVP .imovelLeft h3 small {
  font-size: 14px;
  color: #191919;
  line-height: 17px;
  font-weight: 400;
}

.imovelVP .imovelLeft .imovelText {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}

.imovelVP .imovelLeft .imovelText * {
  font-size: 15px;
  color: #191919;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 767px) {
  .imovelVP .imovelLeft .imovelText * {
    font-size: 12px;
  }
}

.imovelVP .imovelLeft h4 {
  font-size: 15px;
  color: #082442;
  line-height: 18px;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 767px) {
  .imovelVP .imovelLeft h4 {
    font-size: 12px;
    line-height: 14px;
  }
}

.imovelVP .imovelLeft #caracList {
  margin: 0;
}

.imovelVP .imovelLeft #caracList li {
  font-size: 15px;
  color: #082442;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}

.imovelVP .map {
  border-top: 1px solid #f5f5f5;
  margin-top: 30px;
}
.imovelVP iframe {
  width: 100%;
  height: 396px !important;
}

.imovelVP .imovelForm {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
}

.imovelVP .imovelRight h2 {
  color: #191919;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  margin: 0;
}

.imovelVP .imovelRight h3 {
  color: #082442;
  font-size: 25px;
  line-height: 29px;
  font-weight: 500;
  margin: 0;
}

.imovelVP .imovelRight h3.subValue {
  color: #c6a76f;
  font-size: 21px;
  line-height: 29px;
  font-weight: 500;
  margin: 0;
}

.imovelVP .imovelRight h3 small {
  color: #082442;
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
  margin: 0;
}

.imovelVP .imovelRight h3.subValue small {
  color: #c6a76f;
  font-size: 16px;
  line-height: 29px;
  font-weight: 500;
  margin: 0;
}

.imovelVP .imovelRight .imovelForm .inpImovelForm label {
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  padding-bottom: 3px;
}

.imovelVP .imovelRight .imovelForm .inpImovelForm {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 10px 15px;
}

.imovelVP .imovelRight .imovelForm .inpImovelForm input {
  width: 100%;
  font-size: 15px;
  color: #000;
  line-height: 18px;
  border: none !important;
  outline: none !important;
}

.imovelVP .imovelRight .imovelForm .inpImovelForm input::placeholder {
  color: #b9b9b9;
}

.imovelVP .imovelRight .imovelForm .form-check label {
  color: #082442;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  padding-left: 10px;
}

.imovelVP .imovelRight .imovelForm .form-check input {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  margin-top: 0;
}

.imovelVP .imovelRight .imovelForm button {
  background: #082442;
  border-radius: 8px;
  padding: 17px;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  border: none !important;
  outline: none !important;
  width: 100%;
}

/* ---------------------------------------------------
    BLOG VIEW
----------------------------------------------------- */

.blogView .boxMainImage {
  position: relative;
  height: 260px;
  width: 100%;
  display: block;
}

.blogView .boxMainImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.blogView .boxMainImage span {
  bottom: 10px;
  right: 10px;
  padding: 5px 17px;
  position: absolute;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  border: 1px solid #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px #00000029;
  background: #00000080;
}

.blogView h1 {
  color: #082442;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

@media (max-width: 767px) {
  .blogView h1 {
    font-size: 20px;
    line-height: 24px;
  }
}

.blogView .blogText * {
  color: #191919;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 767px) {
  .blogView .blogText * {
    font-size: 12px;
    line-height: 26px;
  }
}

/* ---------------------------------------------------
    CONTENT VIEW
----------------------------------------------------- */

.contentView h1 {
  color: #082442;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  margin: 0;
}

@media (max-width: 767px) {
  .contentView h1 {
    font-size: 20px;
    line-height: 24px;
  }
}

.contentView .contentText * {
  color: #191919;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 767px) {
  .contentView .contentText * {
    font-size: 12px;
    line-height: 26px;
  }
}

/* ---------------------------------------------------
    DUVIDAS VIEW
----------------------------------------------------- */

.duvidasVP h1 {
  color: #082442;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  margin: 0;
}

@media (max-width: 767px) {
  .duvidasVP h1 {
    font-size: 20px;
    line-height: 24px;
  }
}

.duvidasVP h2 button {
  color: #082442 !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  box-shadow: none !important;
  background: #fff !important;
  margin: 0;
  padding: 20px 0px;
}

.duvidasVP .accordion-body {
  padding: 0 0 20px 0;
}

.duvidasVP .accordion-body * {
  color: #191919;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

/* ---------------------------------------------------
    ANUNCIE VIEW
----------------------------------------------------- */

.anuncieView h1 {
  color: #082442;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

@media (max-width: 767px) {
  .anuncieView h1 {
    font-size: 20px;
    line-height: 24px;
  }
}

.anuncieView .anuncieText * {
  color: #191919;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 767px) {
  .anuncieView .anuncieText * {
    font-size: 12px;
    line-height: 26px;
  }
}

.anuncieView .anuncieForm {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
}

.anuncieView h2 {
  color: #191919;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  margin: 0;
}

.anuncieView h3 {
  color: #082442;
  font-size: 25px;
  line-height: 29px;
  font-weight: 500;
  margin: 0;
}

.anuncieView h3 small {
  color: #082442;
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
  margin: 0;
}

.anuncieView .anuncieForm .inpAnuncieForm label {
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  padding-bottom: 3px;
}

.anuncieView .anuncieForm .inpAnuncieForm {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 10px 15px;
}

.anuncieView .anuncieForm .inpAnuncieForm input {
  width: 100%;
  font-size: 15px;
  color: #000;
  line-height: 18px;
  border: none !important;
  outline: none !important;
}

.anuncieView .anuncieForm .inpAnuncieForm input::placeholder {
  color: #b9b9b9;
}

.anuncieView .anuncieForm .inpAnuncieForm select {
  width: 100%;
  font-size: 15px;
  color: #000;
  line-height: 18px;
  border: none !important;
  outline: none !important;
  border: none !important;
  padding-left: 0 !important;
  outline: none !important;
}

.anuncieView .anuncieForm button {
  background: #082442;
  border-radius: 8px;
  padding: 17px;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  border: none !important;
  outline: none !important;
  width: 100%;
}

/* ---------------------------------------------------
    CONTACT VIEW
----------------------------------------------------- */

.contactView h1 {
  color: #082442;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  margin: 0;
}

@media (max-width: 767px) {
  .contactView h1 {
    font-size: 20px;
    line-height: 24px;
  }
}

.contactView .contactText * {
  color: #191919;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}

.contactView .contactText h2 {
  font-weight: 600;
}

.contactView .contactForm {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
}

.contactView .contactForm h2 {
  color: #191919;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  margin: 0;
}

.contactView .contactForm h3 {
  color: #082442;
  font-size: 25px;
  line-height: 29px;
  font-weight: 500;
  margin: 0;
}

.contactView .contactForm h3 small {
  color: #082442;
  font-size: 18px;
  line-height: 29px;
  font-weight: 500;
  margin: 0;
}

.contactView .contactForm .inpContactForm label {
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  padding-bottom: 3px;
}

.contactView .contactForm .inpContactForm {
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 10px 15px;
}

.contactView .contactForm .inpContactForm input,
.contactView .contactForm .inpContactForm textarea {
  width: 100%;
  font-size: 15px;
  color: #000;
  line-height: 18px;
  border: none !important;
  outline: none !important;
}

.contactView .contactForm .inpContactForm input::placeholder,
.contactView .contactForm .inpContactForm textarea::placeholder {
  color: #b9b9b9;
}

.contactView .contactForm .form-check label {
  color: #082442;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  padding-left: 10px;
}

.contactView .contactForm .form-check label a {
  color: #082442 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  font-weight: 600;
  text-decoration: none !important;
}

.contactView .contactForm .form-check input {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  margin-top: 0;
}

.contactView .contactForm button {
  background: #082442;
  border-radius: 8px;
  padding: 17px;
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  border: none !important;
  outline: none !important;
  width: 100%;
}

.contactView .map iframe {
  width: 100%;
  height: 396px !important;
  border-radius: 8px;
}
