/* Responsive CSS */
.btn-outline-primary {
    --bs-btn-color: var(--root-primary-color) !important;
    --bs-btn-border-color: var(--root-primary-color) !important;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: var(--root-primary-color) !important;
    --bs-btn-focus-shadow-rgb: 255,193,7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-border-color: #ffffff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffffff;
    --bs-gradient: none;
}
.badge-warning {
    background-color: #FF9F00;
}
.badge-rounded {
    border-radius: 1.25rem;
    padding: 0.1875rem 0.8125rem;
}
.badge {
    line-height: 1;
    border-radius: 0.25rem;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 12px;
    border: 0.0625rem solid transparent;
}
.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.rowcentered {
    display: flex;
    align-items: center;
    justify-content: center; /* Agregamos esta línea */
}
.gcircle {
    width: 12px;
    height: 12px;
    background-color: #4adb18;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    bottom: 8px;
}
.text-size-10 { font-size: 10px !important; }
.text-size-11 { font-size: 11px !important; }
.text-size-12 { font-size: 12px !important; }
.text-size-13 { font-size: 13px !important; }
.text-size-14 { font-size: 14px !important; }
.text-size-15 { font-size: 15px !important; }
.text-size-16 { font-size: 16px; }
.text-size-18 { font-size: 18px !important; }
.text-size-20 { font-size: 20px !important; }
.text-size-24 { font-size: 24px !important; }
.text-justify { text-align: justify; }
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.cards-grid-item:hover {
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important;
    background-color: white !important;
}
.cards-grid-item a:hover {
    color: #333 !important;
}
.list-dev-image-results {
    display: inline-block;
    width: 100%;
    height: 180px;
    /*border: 1px solid red;*/
}
.list-main-dev-image-results {
    display: inline-block;
    width: 100%;
    height: 180px;
    /*border: 1px solid red;*/
}
.background-crop {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 80%;
    background-repeat: no-repeat;
}
.lote-card {
    border-color: transparent;
    border-width: 0px;
}
img[usemap] {
    position: absolute;
    border: 0;
    height: auto;
    max-width: 100%;
    width: auto;
}
#all-developments-wrapper {
    width: 340px; /* width of viewport in your case 100% */
    height: 380px; /* height of viewport in your case 100% */
    overflow: hidden;
    margin: 10px 0 0 0;
    /*border: 1px solid #9dd7e9;*/
    /*position:fixed;*/
}
#draggable-map {
    position: relative; /* what #map img is relative to */
}
#draggable-map img{
    position:absolute; /* need this to make dragging easy */
    top:0;
    left:0;
    border:0 none transparent;
    left: -192px;
    top: -90px;
}

/* Pagination styles */
#pag-cover {
    position: relative;
    color: #666;
    width: 300px;
    background-color: white;
    border-radius: 10px;
    border: 1px solid #ccced1;
}

.arr-cover {
    width: 1px;
    font-size: 15px;
    text-align: center;
}

.arrowp {
    padding: 15px;
}

.arrowp i {
    display: block;
}

#pg-links {
    display: table;
    width: 100%;
}

#pg-links .td {
    display: table-cell;
    vertical-align: middle;
}

#links {
    width: 150px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

.pg-link {
    position: relative;
    width: 22px;
    float: left;
    color: #444;
    font-size: 20px;
    text-align: center;
    padding: 12px 24px;
    background-color: transparent;
    transition: 0.2s ease background-color, 0.3s ease color;
}

.pg-link span {
    position: relative;
    z-index: 2;
    left: -3px;
}

.pg-link:hover {
    background-color: #e4e6e6;
}

.pg-link.s-hide {
    color: rgba(255, 255, 255, 0);
}

#m-pg-link:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ccced1;
    transition: 0.3s ease right, 0.3s ease left;
    z-index: 1;
}

#m-pg-link.left:after {
    right: 72px;
    left: -72px;
}

.flexContainerPagination {
    display: flex;
    justify-content: center; /* Centra los elementos a lo largo del contenedor */
    align-items: center; /* Centra verticalmente los elementos */
    height: 100px; /* Altura del contenedor (ajusta según sea necesario) */
    /*border: 1px solid #ccc; !* Borde para visualizar el contenedor *!*/
}

.paginationBox {
    width: 320px; /* Ancho de cada cajita (ajusta según sea necesario) */
    height: 20px; /* Altura de cada cajita (ajusta según sea necesario) */
    /*border: 1px solid #000; !* Borde para visualizar la cajita *!*/
    display: flex;
    justify-content: center; /* Centra el contenido horizontalmente */
    align-items: center; /* Centra el contenido verticalmente */
}
/* End pagination styles */

div#sliderLoteDetails .carousel-indicators {
    bottom: -30px;
}

div#sliderDev .carousel-indicators {
    bottom: -30px;
    height: 30px;
}

div#sliderDevMain .carousel-indicators{
    bottom: -30px;
    height: 36px;
}

div#sliderConocerMasDev .carousel-indicators{
    bottom: -30px;
    height: 36px;
}

div#sliderLoteDetails .carousel-indicators [data-bs-target],
div#sliderDev .carousel-indicators [data-bs-target] {
    background-color: #a8a8a8;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

div#sliderDevMain .carousel-indicators [data-bs-target] {
    /*background-color: #f0f0f0;*/
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

div#sliderConocerMasDev .carousel-indicators [data-bs-target] {
    /*background-color: #f0f0f0;*/
    border-radius: 50%;
    width: 6px;
    height: 6px;
}

div#sliderLoteDetails .carousel-item {
    min-height: 200px;
    height: 200px;
}

h1.horizontal-line-mobile {
    text-align: center;
    border-bottom: 1px solid var(--bs-primary-rgb);
    border-top: 1px solid var(--bs-primary-rgb);
    line-height: 0;
    padding: 0;
    font-size: 14px;
    color: var(--bs-primary-rgb);
}

h1.horizontal-line-mobile    span {
    background: #fff;
    padding: 0 15px;
}

#singlemap { /* Establece una altura mínima para el contenedor del mapa */
    min-height: 400px;
    height: 100vh;
    z-index: 0;
}

@media screen and (min-width: 341px) and (max-width: 800px) {
    #all-developments-wrapper {
        width: 380px; /* width of viewport in your case 100% */
        height: 370px; /* height of viewport in your case 100% */
    }
}

#loadingoverlay{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    /*display: none;*/
    background: rgba(0, 0, 0, 0.07);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
.spinner-text {
    margin-top: 10px;
    color: #fdfeff;
    font-size: 14px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #333;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.is-hide{
    display:none;
}

/* Ribbon styles */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #A5C96C;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #92b657;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}
/* End ribbon styles */
