/*Blank CSS*/
.portfolio .fa-clipboard{
    color: #666;
}
.portfolio .fa-clipboard{
    content: "\f08a";

}

.inner-pages .properties-list.full .my-05 {
    margin: 0.5rem 0;
}

.bottombar-section {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
    width: 100%;
}
.toptombar-section {
    background: #fff;
    border-top: 3px solid #bed9b0;
    width: 100%;
}
 .shadow { box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
     
 }
 
    .recent-img img {
        height: 150px; /* Ajusta la altura según tus necesidades */
        width: 150px; /* Ajusta el ancho según tus necesidades */
        object-fit: cover; /* Esto asegura que la imagen se redimensione y se recorte correctamente */
    }

    .info-img {
        margin-left: 5px; /* Añade un margen a la izquierda para separar de la imagen */
    }

    .badge-price {
        display: inline-block;
        padding: .25em .4em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem;
        color: #fff;
        background-color: #898080; /* Puedes cambiar el color de fondo según tus necesidades */
    }
        .badge-tipo {
        display: inline-block;
        padding: .25em .4em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem;
        color: #fff;
        background-color: #898080; /* Puedes cambiar el color de fondo según tus necesidades */
    }
    
    
    .badge-ubicacion {
        display: inline-block;
        padding: .25em .4em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem;
        color: #fff;
        background-color: #505254; /* Puedes cambiar el color de fondo según tus necesidades */
    }
    .badge-para {
        display: inline-block;
        padding: .25em .4em;
        font-size: 78%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25rem;
        color: #fff;
        background-color: #3c63a1; /* Puedes cambiar el color de fondo según tus necesidades */
    }
    
    .recent-post {
        border-bottom: 1px solid #d7d7d7; /* Ajusta el color y el grosor según tus necesidades */
        padding-bottom: 5px; /* Ajusta el relleno inferior según tus necesidades */
        margin-bottom: 5px; /* Ajusta el margen inferior según tus necesidades */
    }
    .text-bottom{
    vertical-align: text-bottom;
    }
    
.arrendado-overlay {
    position: absolute;
    top: 70%; /* Centrar verticalmente */
    left: 0;
    right: 0;
    background-color: #383c9159; /* Color de fondo semi-transparente */
    color: white; /* Color del texto */
    padding: 5px;
    text-align: center; /* Alineación del texto */
    transform: translateY(-50%); /* Ajuste fino para centrar verticalmente */
    font-size: 24px; /* Aumentar el tamaño del texto */
    font-weight: bold; /* Hacer el texto en negrita para mayor visibilidad */
}

.rebajado-overlay {
    position: absolute;
    top: 70%; /* Centrar verticalmente */
    left: 0;
    right: 0;
    background-color: #ff0a0a59; /* Color de fondo semi-transparente */
    color: white; /* Color del texto */
    padding: 5px;
    text-align: center; /* Alineación del texto */
    transform: translateY(-50%); /* Ajuste fino para centrar verticalmente */
    font-size: 24px; /* Aumentar el tamaño del texto */
    font-weight: bold; /* Hacer el texto en negrita para mayor visibilidad */
}


.overlay-message {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #9fd04a;
    color: #477201;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    font-weight: 800;
}
    
    /* Define la animación */
@-webkit-keyframes blinker {
  50% { opacity: 0; }
}

@keyframes blinker {
  50% { opacity: 0; }
}

.blinking-text {
  -webkit-animation: blinker 2s linear infinite;
  animation: blinker 2s linear infinite;
}
.overlay-message-REB {
  position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f2f2f2;
    color: #c51818;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    font-weight: 900;
}
.text-14 {font-size: 14px!important;}



        .btn-flotante {
            position: fixed; /* Posición fija para que siempre se mantenga en pantalla */
            right: 30px; /* Distancia desde el lado derecho de la pantalla */
            bottom: 30px; /* Distancia desde el fondo de la pantalla */
            z-index: 99; /* Asegura que el botón esté sobre otros elementos */
        }
.message:nth-child(odd) {
    background-color: #f9f9f9; /* Color de fondo para mensajes impares */
}

.message:nth-child(even) {
    background-color: #e9e9e9; /* Color de fondo para mensajes pares */
}

.message {
    margin-top: 0px!important;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease; /* Suavizar el cambio de color */
}

.message:hover {
    background-color: #d3d3d3; /* Color de fondo al pasar el mouse */
}

.thumbmensaje{
  
    /* height: 120px; */
    background: white;
    font-size: smaller;
    font-weight: 600;
    width: 120px;
    float: left;
    overflow: hidden;
    border-style: solid;
    border-color: #FFF;
    border-width: 4px;
    text-align: center;
    -webkit-box-shadow: 0 0 3px rgba(82, 85, 90, 0.6);
}
blockquote.content {
    margin: 0;
    padding: 10px;
    background: #6f6f6f;
    border-left: 5px solid #73a1dd;
    font-style: italic;
    color: white;
    font-size: medium;
}

.color-verde{
    background: #00bd07!important;
    border: 3px solid #25D366 !important;
}
.color-arriendo{
    background: #ffb200 !important;
    color: #fff;
    z-index: 1;
}
.marcocuadro{
    border-style: solid;
    border-color: #FFF;
    border-width: 1px;
    -webkit-box-shadow: 0 0 3px rgba(82, 85, 90, 0.6);
}
.checkbox-container {
     display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    column-gap: 30px;
    width: max-content;
}

.checkbox-item {
    display: flex;
    align-items: center;
}

.checkbox-item input {
    margin-right: 5px; /* Espacio entre el checkbox y el texto */
}



