@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/metropolis/Metropolis-Thin.otf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/metropolis/Metropolis-ThinItalic.otf");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/metropolis/Metropolis-ExtraLight.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/metropolis/Metropolis-ExtraLightItalic.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/metropolis/Metropolis-Regular.otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../fonts/metropolis/Metropolis-LightItalic.otf");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/metropolis/Metropolis-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/metropolis/Metropolis-RegularItalic.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/metropolis/Metropolis-Medium.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/metropolis/Metropolis-MediumItalic.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/metropolis/Metropolis-SemiBold.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/metropolis/Metropolis-SemiBoldItalic.otf");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/metropolis/Metropolis-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/metropolis/Metropolis-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/metropolis/Metropolis-ExtraBold.otf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/metropolis/Metropolis-ExtraBoldItalic.otf");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/metropolis/Metropolis-Black.otf");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/metropolis/Metropolis-BlackItalic.otf");
  font-weight: 800;
  font-style: italic;
}
body {
    font-family: "Metropolis";
    background-color: #F8F8F8;
}
p {
    font-size: 15px;
}
span {
    font-size: 15px;
}
.property-card:hover{
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.badge-1 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f38221;
    border-radius: 5px 5px 15px 0px;
    padding: 0px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.badge-2 {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f38221;
    border-radius: 5px 5px 0px 15px;
    padding: 0px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.title-property {
    text-decoration: none;
    color: #000;
}
.title-property :hover{
    color: #2c3192;
}
.title-property .card-title{
    font-size: 18px;
    font-weight: 600;
}
.description-property {
    font-size: 14px;
}
.text-price {
    float: right;
    /* background: aquamarine; */
    padding: 10px 15px;
    margin-top: -45px;
    border-radius: 12px 0px 0px 0px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.text-price .badge-price {
    font-size: 13px;
    font-weight: 400;
    color: #fb6a19;
}
.container-data {
    display: flex;
    justify-content: space-between;
    padding: 10px 16px;
    font-size: 12px;
    color: #fff;
}
.container-data span .icon-data{
    color: #f38221;
}
.bottom-box {
    display: flex;
    justify-content: space-between;
    background: #f7f7f7;
    padding: 12px 16px;
    border-radius: 0px 0px 5px 5px;
    font-size: 13.5px;
    font-weight: 500;
}
.bottom-box .box-1 {
    display: flex;
    gap: 10px;
}
.bottom-box .box-1 span svg{
    padding-right: 5px;
}
.bottom-box .box-2 span svg{
    padding-right: 5px;
}
.location-property {
    font-size: 14px;
    text-decoration: none;
    color:#f38221;
    margin-bottom: 10px;
}
.location-property svg{
    color:#f38221;
}
.location-property:hover {
    color:#f38221;
}
.breadcumb a{
    text-decoration: none;
    font-size: 13px;
    color: #000;
}
.breadcumb a:hover{
    color: #71b100;
}
.breadcumb span{
    color: #71b100;
    font-size: 13px;
}
.tipo{
    padding: 3px 12px;
    background-color: #71b100;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.title-propiedad h1 {
    font-size: 22px;
    font-weight: 600;
}
.ubicacion {
    font-size: 15px;
    font-weight: 500;
}
.ubicacion span{
    color: #5b5757;
}
.cont-precios {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.cont-precios .area {
    font-size: 20px;
    font-weight: 500;
}
.cont-precios .precio {
    font-size: 30px;
    font-weight: 800;
}
.heading-prop {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 22px;
}
.detalles-item {
    font-size: 14px;
    font-weight: 500;
    padding-top: 6px;
}
.map-embed iframe{
    width: 100%;
    height: 420px;
    border-radius: 10px;
}
.formConsulta-custom {
  padding: 6px 12px;
  font-size: 14.5px;
}
.formConsulta-custom:focus {
  background-color: #f3efef;
}
.custom-nav {
  font-size: 15px;
  font-weight: 600;
  color: #8d8989;
}
.custom-nav.active {
  color: #0d6efd !important;
}
.btn-frm-custom {
  font-size: 15px;
  font-weight: 600;
}
.slider_home {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider_home div{
  background-color: #000000c7;
  border-radius: 20px;
  padding: 20px;
}
.slider_home div h3{
font-size: 38px;
font-weight: 700;
}
.slider_home div p{
font-size: 18px;
font-weight: 600;
}
.about-home h1 {
color: #2c3192;
font-size: 38px;
font-weight: 700;
}
.bg-secondary-2 {
  background-color: #ebebeb;
}
.container-skills {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 22px;
}
.container-skills svg{
  color: #2c3192;
  font-size: 30px;
  padding-bottom: 8px;
}
.container-skills span{
  font-size: 30px;
  font-weight: 700;
}
.container-skills p{
  font-size: 15px;
}
.social-footer {
  margin-top: 15px;
}
.social-footer svg {
    font-size: 30px;
    color: #fb6a19;
    padding-right: 5px;
}
.title-footer {
  font-size: 22px;
  font-weight: 600;
}
.links-footer {
  list-style: none;
  padding: 0;
}
.links-footer li::before {
  content: "\2192"; 
  font-size: 1.2rem;
  margin-right: 10px;
}
.links-footer li a {
  color: #ffff;
  font-size: 15px;
  text-decoration: none;
}
.links-footer li a:hover {
    color: #fb6a19;
    text-decoration:underline;
}
  .property-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
  }

.filtros h3 {
  font-weight: 700;
  font-size: 19px;
  color: #2c3192;
  margin-bottom: 20px;
}
.filtros .item-search h4 {
  font-size: 17px;
  font-weight: 600;
}
.filtros .item-search input {
  font-size: 14px !important;
  padding: 5px 10px !important;
}
.filtros .item-search select {
  font-size: 14px !important;
  padding: 5px 10px !important;
}
  
.limpiar-filtro {
  font-weight: 600;
  font-size: 14px;
  color: red;
  text-decoration: none;
}
.banner-pages {
  position: relative;           /* Para posicionar el overlay */
  height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  color: white;
  text-shadow: 0 0 10px rgba(0,0,0,0.7);
  font-size: 3rem;
  font-weight: 700;
  z-index: 0;                   /* Para manejar capas */
}

.banner-pages::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);  /* Negro semi-transparente */
  z-index: 1;
}

.banner-pages .container {
  position: relative;           /* Para que el texto esté encima del overlay */
  z-index: 2;
}
.banner-pages .container h1{
  font-weight: 700;
}
.img-custom-home {
    width: 70%;
    height: 100%;
}

.bg-custom {
    background-color: rgb(44 49 146) !important;
}

.btn-custom {
    background-color: rgb(44 49 146) !important;
    border-color: rgb(44 49 146) !important;
    color: #fff;
}
.btn-custom:hover {
    background-color: rgb(62 68 173) !important;
    border-color: rgb(62 68 173) !important;
    color: #fff;
}
.text-custom {
    color: rgb(44 49 146) !important;
}

@media (max-width: 576px) {
  .container-data span{
      font-size: 12px;
  }
  .slider_home div h3 {
      font-size: 18px;
      font-weight: 500;
  }
  .slider_home div p {
      font-size: 15px;
      font-weight: 400;
  }
  .about-home h1 {
      font-size: 28px;
  }

  .img-custom-home {
    width: 100%;
    height: 100%;
  }
}
