.title {
    font-family: gobCL;
}

.custom-arrow {
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem;
}

.custom-footer {
    min-height: 18rem;
}

.results-banner {
    height: 100%;
    z-index: -1;
}

.region-img {
    height: 8rem;
    width: 8rem;
}

.login-figure {
    height: 2rem;
    width: 2rem;
}

.login-img {
    height: 100%;
    width: 100%;
}

.login-banner {
    width: 30%;
}

.custom-input-container {
    display: flex;
    border-radius: 0.3rem;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0.3rem 0.5rem;
}

.custom-input {
    background-color: transparent;
}

.vh-100 {
    height: 100vh;
}

.custom-icon {
    height: 1.5rem;
}

.custom-input::placeholder {
    color: white;
}

.custom-paginator-container {
    width: 1.5rem;
}

.custom-modal-overlay {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
}

.custom-modal-container {
    top: 30%;
    left: 50%;
    transform: translate(-50%);
}

.width-30-percent {
    width: 30%;
}

.cursor-pointer {
    cursor: pointer;
}

.custom-input,
.custom-input-container {
    border: none;
    color: white;
}

.custom-input:focus {
    outline: none;
}

.login-background {
    background: linear-gradient(to bottom right, #0b4582, #eb3c46 70.71%);
}

@media screen and (min-width: 768px) {
    .form-container {
        margin-top: 8rem;
    }
}

.separator-small {
    width: 90%;
    height: 1px;
    background-color: #ffa11b;
}

.separator-large {
    width: 1px;
    height: 6rem;
    background-color: #ffa11b;
}

.catastro-header-icon {
    height: 1rem;
}

.primary-background {
    background-color: #0b4582;
}

.primary-color-text {
    color: #0b4582;
}

.primary-variant-background {
    background-color: #0f69b4;
}

.secondary-background {
    background-color: #e6e7eb;
}
.secondary-variant-background {
    background-color: #f8f8f8;
}

.text-dark {
    color: #4d4d4f;
}

.primary-border {
    border-color: #0b4582;
}

.regions-filter {
    position: relative;
    z-index: 2;
    /* background-color:red; */
    /* height: 40rem; */
}

.regions-filter__container {
    /* margin-top: 5rem; */
    /* position: absolute; */
    /* left: 50%;
    transform: translateX(-50%); */
    /* top: 5rem; */
    width: 100%;
    z-index: 3;
}

.regions-filter__filters {
}

.border-bottom-primary {
    border-bottom: 1px solid #0b4582;
}

.regions-filter__region,
.regions-filter__filters {
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
}

.regions-filter__region {
}

/* .main-content {
    width: 100%;
} */

.update-form-modal {
    width: 90%;
}

@media screen and (min-width: 1px) and (max-width: 290px) {
    .regions-filter {
        /* height: 140vh; */
    }
}

@media screen and (min-width: 291px) and (max-width: 389px) {
    .regions-filter {
        /* height: 140vh; */
    }
}

/* @media screen and (min-width: 291px) and (max-width: 389px) {
    .regions-filter {
        height: 100vh;
    }
} */

@media screen and (min-width: 390px) and (max-width: 539px) {
    .regions-filter {
        /* height: 105vh; */
    }
}

@media screen and (min-width: 540px) and (max-width: 576px) {
    .regions-filter {
        /* height: 140vh; */
    }

    .update-form-modal {
        width: 80%;
    }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
    .regions-filter__region,
    .regions-filter__filters {
        width: 80%;
    }

    .regions-filter {
        /* height: 100vh; */
    }

    /* .main-content {
        width: 100%;
    } */

    .update-form-modal {
        width: 70%;
    }
}

@media screen and (min-width: 769px) and (max-width: 820px) {
    .regions-filter {
        /* height: 85vh; */
    }
}

@media screen and (min-width: 821px) and (max-width: 992px) {
    .regions-filter {
        /* height: 90vh; */
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .regions-filter__region,
    .regions-filter__filters {
        width: 75%;
    }

    .update-form-modal {
        width: 50%;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .regions-filter__region,
    .regions-filter__filters {
        width: 75%;
    }

    .update-form-modal {
        width: 50%;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .regions-filter__region,
    .regions-filter__filters {
        width: 75%;
    }

    /* .main-content {
        width: 75%;
    } */

    .update-form-modal {
        width: 45%;
    }
}

@media screen and (min-width: 1401px) {
    .regions-filter__region,
    .regions-filter__filters {
        width: 60%;
    }

    /* .main-content {
        width: 75%;
    } */

    .update-form-modal {
        width: 25%;
    }
}
.img-210 {
    width: 180px !important;
    height: auto;
}

.dropdown-limit {
    min-width: 40ch;   /* 1ch ≈ ancho de un caracter monospace */
    max-width: 40ch;
    white-space: normal;
}

.dropdown-item {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dropdown-wrap {
    white-space: normal !important;
    word-wrap: break-word;
    text-align: left;   /* Mejor lectura en varias líneas */
}
.dropdown-wrap::before {
    content: " • "; 
    position: absolute;
    left: 0;
    color: #0d6efd; /* azul bootstrap */
    font-weight: bold;
}
