/* HOJA DE ESTILOS CUSTOM */
.numberBg {
  background: #273454;
  color: white;
  border-radius: 100px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 29px;
  margin-right: 10px;
}

section.inicio {
  background: transparent url(../images/home-hero-bg.png) 0% 0% no-repeat
    padding-box;
  height: 51rem;
}
section.quieres-alquilar {
  background: transparent url(../images/alquilar-hero-bg.png) 0% 0% no-repeat
    padding-box;
  height: 35rem;
}
.text-primary-color {
  color: var(--primary-color);
}
h2,
h3,
h4.primary-color {
  color: var(--secondary-color);
}
.p-date:before {
  font-family: "FontAwesome";
  content: "\f073";
  margin-right: 5px;
  font-size: 18px;
}
.post-content a.btn-main {
  font-weight: 400;
  float: right;
  border-radius: 10px 0px 10px 0px !important;
}
.post-content a.btn-main:before {
  font-family: "FontAwesome";
  content: "\f06e";
  margin-right: 5px;
  font-size: 20px;
}
.big-title {
  font-size: 3rem;
}
.bg-color-custom-footer {
  background: transparent linear-gradient(180deg, #f9f9f9 0%, #f9f9f9 100%) 0%
    0% no-repeat padding-box;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #2f3238;
  transform: scale(1.05);
}
.carousel-control-next,
.carousel-control-prev {
  width: 20%;
  color: #2f3238;
}
.de-card .slider-div {
  border: solid 1px #d2d2d2;
  /* padding: 10px 30px; */
  padding-bottom: 25px;
  min-height: 350px;
  position: relative;
}
.de-card .de-location-slider span {
  display: inline-block;
  color: var(--primary-color);
  padding: 8px 15px;
  border-radius: 0px 10px 0px 0px;
  position: absolute;
  top: auto;
  font-family: var(--title-font);
  left: 0px;
  font-size: 23px;
  border-radius: 10px 0px;
  background: #d9d9da !important;
  box-shadow: 0px 3px 6px #00000029;
}
.de-card .de-more-info span {
  display: inline-block;
  /* font-weight: bold; */
  color: #ffffff;
  padding: 5px 44px;
  /* margin-top: -10px; */
  border-radius: 10px 0px 0px 0px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-family: var(--title-font);
  border-radius: 0px 10px;
  background: var(--primary-color);
}

.de-card .de-more-info span:before {
  font-family: "FontAwesome";
  content: "\f06e";
  margin-right: 5px;
  font-size: 20px;
}

.carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.carousel-indicators {
  margin-bottom: -3rem;
}
.carousel-indicators [data-bs-target] {
  background-color: var(--primary-color);
}

nav.breadcrumb li {
  display: inline;
}
nav.breadcrumb ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
nav.breadcrumb li + li::before {
  display: inline-block;
  margin: -2px 0.35em;
  transform: rotate(15deg);
  border-right: 0.1em solid currentColor;
  height: 1em;
  content: "";
}
nav.breadcrumb {
  color: var(--primary-color);
  opacity: 0.5;
  font-size: 18px;
}
.normal-text {
  letter-spacing: 0.32px;
  color: #273454;
  opacity: 0.7;
  font-size: 16px !important;
}

/* The actual timeline (the vertical ruler) */
.main-timeline {
  position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline {
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: -7px;
  background-color: #ffffff;
  top: 55px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  padding: 0px 40px 20px 0px;
  left: 0;
  text-align: right;
}

/* Place the container to the right */
.right {
  padding: 0px 0px 20px 40px;
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  display: none;
}
/* .left::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
} */

/* Add arrows to the right container (pointing left) */
.right::before {
  display: none;
}
.right::before {
  content: " ";
  position: absolute;
  top: 18px;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -9px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .main-timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 18px;
  }

  .left::before {
    right: auto;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
.custom-card-alquilar {
  background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px 10px 0px 0px;
  border-bottom: 5px solid rgba(39, 52, 84, 1);
  padding: 3rem;
}
.de-image span {
  display: inline-block;
  color: var(--primary-color);
  padding: 8px 15px;
  border-radius: 0px 10px 0px 0px;
  position: absolute;
  top: auto;
  font-family: var(--title-font);
  left: 0px;
  font-size: 23px;
  background: #d9d9da !important;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 999;
  width: 100%;
  text-align: center;
}

.de-card .de-vivienda-list span {
  display: block;
  font-weight: bold;
  color: white;
  padding: 5px 15px;
  /* border-radius: 0px 0px 10px 0px; */
  /* position: absolute; */
  font-size: 14px;
  top: auto;
  left: 0px;
  width: 100%;
  background: var(--primary-color) !important;
}

.de-card .de-vivienda-list .sub-vivienda-list {
  display: inline-block;
  font-weight: bold;
  color: var(--primary-color);
  padding: 5px 15px;
  top: auto;
  left: 0px;
  width: 100%;
  background: #d9d9da !important;
}

.de-card .de-more-info-viviendas span {
  display: inline-block;
  /* font-weight: bold; */
  color: var(--primary-color);
  padding: 5px 44px;
  font-weight: 400;
  /* margin-top: -10px; */
  border-radius: 10px 0px 0px 0px;
  /* position: absolute; */
  font-size: 18px;
  left: 0px;
  bottom: 0px;
  font-family: var(--title-font);
  border-radius: 0px 10px;
  background: #d9d9da !important;
}
.de-card .de-more-info-viviendas span:before {
  font-family: "FontAwesome";
  content: "\f06e";
  margin-right: 5px;
  font-size: 20px;
  font-weight: 600;
}

.de-card .de-habitaciones-viviendas span {
  display: inline-block;
  /* font-weight: bold; */
  color: var(--primary-color);
  padding: 5px 44px;
  font-weight: 400;
  /* margin-top: -10px; */
  /* position: absolute; */
  font-size: 18px;
  left: 0px;
  bottom: 0px;
  font-family: var(--title-font);
  border-radius: 0px 10px;
  background: transparent !important;
}
.de-card .de-habitaciones-viviendas span:before {
  font-family: "FontAwesome";
  content: "\f236";
  margin-right: 5px;
  font-size: 20px;
  font-weight: 600;
}
.de-card .de-habitaciones-viviendas span:after {
  font-family: "FontAwesome";
  content: "\f105";
  margin-left: 5px;
  font-size: 18px;
  font-weight: 600;
}
.fs-18 {
  font-size: 18px !important;
}
.ul-style-datos {
  display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
  list-style: none;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
}
.ul-style-datos li img {
  padding-right: 5px;
}
label.control-label {
  color: var(--primary-color);
  font: normal normal bold 12px/16px DM Sans;
}
.recuadro-color {
  display: inline-block;
  overflow: hidden;
  position: relative;
  /* left: 0; */
  /* right: 0; */
  float: right;
  /* top: 0; */
  /* letter-spacing: -1px; */
  padding: 10px;
  background-color: #fbca5d;
}
.recuadro-amarillo {
  display: inline-block;
  overflow: hidden;
  position: relative;
  /* left: 0; */
  /* right: 0; */
  float: right;
  /* top: 0; */
  /* letter-spacing: -1px; */
  padding: 10px;
  background-color: #fbca5d;
}
.recuadro-naranja {
  display: inline-block;
  overflow: hidden;
  position: relative;
  /* left: 0; */
  /* right: 0; */
  float: right;
  /* top: 0; */
  /* letter-spacing: -1px; */
  padding: 10px;
  background-color: #f37645;
}
.recuadro-azul {
  display: inline-block;
  overflow: hidden;
  position: relative;
  /* left: 0; */
  /* right: 0; */
  float: right;
  /* top: 0; */
  /* letter-spacing: -1px; */
  padding: 10px;
  background-color: #75b1e5;
}
.recuadro-verde {
  display: inline-block;
  overflow: hidden;
  position: relative;
  /* left: 0; */
  /* right: 0; */
  float: right;
  /* top: 0; */
  /* letter-spacing: -1px; */
  padding: 10px;
  background-color: #62c279;
}
.timeline .icons p {
  display: inline-block;
  background-color: white;
  border-radius: 50%;
}

.timeline .icons p i {
  color: var(--secondary-color);
  display: table-cell;
  vertical-align: middle;
  font-size: 2rem;
  text-align: center;
  /* text-decoration: none; */
  height: 80px;
  width: 80px;
}
#n_habitaciones ul {
  margin-top: 2.5rem;
}
