* {
  box-sizing: border-box;
}

.modal {
  z-index: 1050;
}

.accordion-collapse {
  transition: height 0.8s ease;
  display: block !important;
  height: 0px;
  overflow: hidden;
}

.header .navbar {
  padding: 10px 0px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.col-xl-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: space-around;
}
#titleDesc{
  color: #364144;
    font-size: 18px;
    margin-bottom: 16px;
    letter-spacing: 1px;
}
.container {
  max-width: 1256px;
  margin: 0 auto;
}

.header .navbar-nav .nav-item {
  margin-right: 21px;
  display: flex;
  align-items: center;
  font-family: "poppins", sans-serif;
}

.navbar-nav {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}



/* The Modal (background) */
.modal-img-t {
  display: none;
  position: fixed;
  z-index: 10000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content (Image) */
.modal-content-img-t {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.caption-img-t {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  font-size: 25px;
  font-weight: bold;
}

/* Add Animation - Zoom in the Modal */
.modal-content-img-t,
.caption-img-t {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close-img-t {
  position: absolute;

  right: 0.8rem;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close-img-t:hover,
.close-img-t:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.contact_form {
  z-index: 1;
}

#modal-telefono {
  background-color: rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
}

.content-modal {
  background-color: white;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  padding: 25px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
}

.property-hd-sec {
  display: block;
}

.property-single-pg {
  padding: 0px !important;
  padding-bottom: 110px !important;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content-img-t {
    width: 100%;
  }
}

.show {
  height: 100%;
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.8s ease;
}

#notificaciones_c{
    height: 17px;
    width: 17px;
}

#label_body_consulta{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 85%;
    color: black;
    font-size: 12px;
    line-height: normal;
}