@import url('fonts.css');

:root {
    --foralista-color-1: #fb516c;
    --foralista-color-2: #f5f3d3;
    --foralista-color-3: #2F4858;
    --foralista-blur-color-1: #ffcad3;
    --foralista-blur-color-2: #ffedd9;

    --font-family-century-gothic: 'Century-gothic';
    --font-family-century-gothic-bold: 'Century-gothic-bold';
    --font-family-futuralt-book: 'FuturaLT-Book';
    --font-family-futuralt-bold: 'FuturaLT-Bold';
    --font-family-futuralt-condensed: 'FuturaLT-Condensed';
    --font-family-futuralt-light: 'FuturaLT-Light';
    --font-family-poppins: 'Poppins';
    --font-family-poppins-light: 'Poppins-Light';
    --font-family-poppins-regular: 'Poppins-Regular';
    --font-family-poppins-bold: 'Poppins-Bold';
    --font-family-poppins-semi-bold: 'Poppins-SemiBold';
    --font-family-raleway: 'Raleway';
    --font-family-raleway-light: 'Raleway-Light';
    --font-family-raleway-regular: 'Raleway-Regular';
    --font-family-raleway-semi-bold: 'Raleway-SemiBold';
    --font-family-raleway-bold: 'Raleway-Bold';
    --font-family-raleway-thin: 'Raleway-Thin';
    --font-family-optima: 'Optima';
    --font-family-metropolis-bold: 'Metropolis-Bold';
    --font-family-montserrat: 'Montserrat';
    --font-family-work-sans: 'Work-Sans';
    --font-family-lato-light: 'Lato-Light';
    --font-family-lato-regular: 'Lato-Regular';
    --font-family-lato-thin: 'Lato-Thin';
}

html {
    text-rendering: optimizeLegibility;
}

.material-symbols-outlined.fill,
.material-symbols-rounded.fill {
    font-variation-settings:
        'FILL' 1,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}

.separator {
    background-color: #e2e2e2;
    width: 0.063rem;
}

.spacer {
    width: 0.274rem;
    display: inline-block;
    height: max-content;
}

.spacer-2 {
    width: 0.548rem;
    display: inline-block;
    height: max-content;
}

.form-check-input:checked {
    background-color: #FB516C !important;
    border-color: #FB516C !important;
}


@media screen and (min-width: 576px) {}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 992px) {}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1400px) {}

body {
    display: flex;
    flex-direction: column;
}

html,
body {
    height: 100%;
    margin: 0;
    position: relative;
}

.main {
    flex: 1;
}

.form_messages {
    display: none;
    color: white;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0.625rem;
    padding: 0.625rem 0.625rem;
}

.text-right {
    text-align: right;
}

.custom-filters-sticky-top {
    background: #F5F5F9;
    border: 0.063rem solid #eaeff5 !important;
    box-shadow: 0 0.125rem 0.375rem 0 rgb(67 89 113 / 12%);
    border-radius: 0.5rem !important;
}

.form-select:focus,
.form-control:focus,
.datatable-input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #fe8686;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(251, 81, 108, 0.25);
}

.text-foralista-primary {
    color: var(--foralista-color-1);
}

.text-foralista-secondary {
    color: var(--foralista-color-2);
}

.btn-primary {
    background: var(--foralista-color-1) !important;
    border: 0.063rem solid var(--foralista-color-1) !important;
    font-family: 'Poppins-Light';
}

.btn-secondary {
    background: #2F4858;
    border: 0.063rem solid #2F4858;
    font-family: 'Poppins-Light';
}

.icon-lg {
    font-size: 1.5em !important;
    line-height: 1.5em;
}

.icon-2x {
    font-size: 2em !important;
}

#back_to_top i {
    line-height: inherit;
}

.icon-3x {
    font-size: 3em !important;
}

.icon-4x {
    font-size: 4em !important;
}

.icon-5x {
    font-size: 5em !important;
}

.pointer {
    cursor: pointer;
}

/* smooth-scroll */
@media not print {
    .smooth-scroll {
        opacity: 0;
        transform: translateY(1.563rem);
        transition: transform 0.50s ease-in-out, opacity 0.50s ease-in-out;
    }

    .smooth-scroll.visible {
        opacity: 1;
        transform: translateY(0);
    }
}

@media print {
    .smooth-scroll.visible {
        opacity: 1;
        transform: translateY(0);
    }
}

/* end - smooth-scroll */


.scale-animation {
    animation: scale_up 0.35s ease;
}

.add_favorite_modal .text-danger {
    color: #FB516C !important;
}

@keyframes scale_up {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
        /* Tamaño al que quieres escalar */
    }

    100% {
        transform: scale(1);
    }
}

#loading .load {
    background: url(/assets/images/loader_house.gif) no-repeat center;
    height: 15em;
    width: 15em;
    border-radius: 0.625rem;
    margin-top: 11em;
}

.aa-Form,
.aa-DetachedSearchButton {
    border: 0.063rem solid #dee2e6 !important;
    border-radius: 0.375rem !important;
    box-shadow: 0 0 0 !important;
}

.aa-Input {
    color: #212529 !important;
    font-family: 'Poppins' !important;
}

.aa-Label svg {
    color: #5E5E5E !important;
}

.aa-Item {
    border-radius: 0.5rem !important;
}

.aa-Item h3,
.aa-Item h4 {
    font-family: 'Poppins-Light';
}

.aa-Item .autocomplete-list {
    padding: 0.625rem;
    border-radius: 0.5rem;
}

.aa-Item .autocomplete-item {
    font-family: 'Poppins';
    font-size: 1.1em;
}

.aa-Item .cell-description {
    font-family: 'Poppins';
}

.zone-indent {
    padding-left: 1.25rem;
}

/*.location-indent {
    padding-left: 0.9375rem;
}*/

.img-noresults {
    width: 10em;
}

.aa-List .card {
    height: 14em;
    background-size: cover;
    background-position: center center;
    border: 0;
    transition: all 0.3s ease;
}

.aa-List .card.card-alt {
    height: 4em;
}

.aa-List .card:hover,
.aa-List .card:focus {
    transform: scale(1.02);
}

.aa-List .card .card-body {
    background: rgb(0 0 0 / .25);
    color: #fff;
    border-radius: 8px;
    text-shadow: 0 0 6px #000;
    backdrop-filter: contrast(0.5);
}

.aa-List .card.card-alt .card-body {
    background: white;
    border-color: #2F4858!important;
    border: 2px solid;
    color: #2F4858!important;
    text-shadow: 0 0 black;
}

.aa-List .card.card-alt .card-body .card-title {
    font-family: 'Poppins-Light';
}

.aa-List a {
    text-decoration: none;
}

.aa-List .card .card-body .card-title {
    font-family: 'Poppins';
    font-size: 1.1em;
}

.aa-List .card .card-body .card-text {
    font-size: 1em;
    line-height: 1.2em;
    font-family: 'Poppins-Light';
    color: #f1f1f1;
}

.search-no-results img {
    width: 16em;
}

.bg-success {
    border: 0;
    font-family: "Poppins-Light";
    font-size: 0.95em;
    border-radius: 0.375rem;
    background: #66c766 !important;
}

@media screen and (max-width: 40em) {
    .service-title {
        font-size: 1.875rem !important;
    }
}


footer {
    font-family: 'Poppins-light';
}

footer h5 {
    font-weight: 600;
}

footer.bg-dark {
    background-color: #2F4858 !important;
    border-radius: 0.75rem 0.75rem 0 0;
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

@media screen and (max-width: 40em) {
    footer.bg-dark {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

footer .sitemap-links {
    text-align: right;
}

@media screen and (max-width: 40em) {
    footer .sitemap-links {
        text-align: left;
    }
}

.footer-logo {
    width: 100%;
}

footer p {
    font-family: Poppins, sans-serif;
    font-weight: normal;
    font-size: 0.9em;
}

footer small {
    font-family: Poppins, sans-serif;
}

footer ul {
    list-style: none;
    padding-left: 0;
    line-height: 2;
}

footer ul li:not(.force-right) {
    display: flex;
    padding-left: 1.563rem;
    align-content: space-between;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    transition: all 0.3s ease;
}

footer ul li:not(.force-right):hover {
    padding-left: 0;
}

footer ul li:not(.force-right):hover a {
    color: var(--foralista-color-1);
    font-weight: 600;
}

footer ul li:not(.force-right):hover a::after {
    opacity: 0;
}

footer ul li:not(.force-right):not(:last-child) {
    margin-bottom: 0.625rem;
}

footer ul li:not(.force-right) a::after {
    content: "\e5cc";
    position: absolute;
    font-family: "Material Symbols Rounded";
    font-size: 1.5em !important;
    color: var(--foralista-color-1);
    margin-right: 0.625rem;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    margin-top: -0.5rem;
}

.force-right a {
    text-decoration: none;
    color: #e5e3e3;
}

footer .contact_us a {
    color: white;
    text-decoration: none;
}

footer .follow-us-bar span {
    margin-left: 0.5em;
}

footer .follow-us-bar span a {
    color: white;
    text-decoration: none;
    font-family: 'Poppins-Light';
}

footer .policy-bar span {
    margin-left: 0.5em;
}

footer .policy-bar span a {
    color: white;
    text-decoration: none;
    font-family: 'Poppins-Light';
}


footer a {
    text-decoration: none;
    color: #e5e3e3;
}

.btn-primary-bordered {
    cursor: pointer;
    font-family: Poppins, sans-serif;
    border: 0.125rem solid var(--foralista-color-1);
    color: var(--foralista-color-1) !important;
    border-radius: 0.5rem;
    font-size: 0.9em;
    padding: 0.5rem 0.625rem 0.5rem 0.5rem;
    position: relative;
    /*top: -0.2em;*/
}

.btn-primary-bordered:hover {
    background-color: var(--foralista-color-1);
    color: white !important;
}

.tiny-border {
    border: 0.063rem solid #dee2e6;
    border-radius: 0.5rem;
    padding: 0.5rem 0.625rem 0.5rem 0.375rem;
    display: flex;
    align-content: space-between;
    align-items: stretch;
    justify-content: center;
}

@media screen and (min-width: 40em) {
    .logo-foralista img {
        width: 70%;
    }
}

.logo-foralista a {
    display: table-row;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 40em) {
    .logo-foralista img.foralista-logo {
        width: 125% !important;
        margin-top: 0.25em !important;
    }
}

.navbar-btn {
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    font-family: Poppins, sans-serif;
    /*font-size: 1.063rem;*/
    line-height: 1.52941em;
    font-weight: 500;
    letter-spacing: normal;
    color: #000;
    padding: 1.125rem;
}

@media screen and (max-width: 40em) {
    .navbar-btn {
        padding: 0.375rem;
    }
}

.navbar-btn a {
    color: initial;
    text-decoration: none;
}

.navbar-btn a:hover,
.aux-navbar-btn a:hover {
    color: #585656;
}

.aux-navbar-btn a.dropdown-item {
    display: flex;
    justify-content: flex-start;
}

.navbar-btn.active {
    text-decoration: underline !important;
}

.aux-navbar-btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0.375rem;
    vertical-align: middle;
}

.aux-navbar-btn a {
    text-decoration: none;
    color: initial;
    display: block;
    align-items: center;
}

.aux-navbar-btn i {
    font-size: 1.5rem;
}

.aux-navbar-btn .select-lang {
    font-size: 1.1em;
    font-family: 'Poppins-Light';
}

.text-right {
    text-align: right;
}

.user_image {
    border-radius: 0.375rem;
    width: 2.5rem !important;
    height: 2.5rem !important;
    object-fit: cover;
}

.name-initials {
    background: #FB516C url(/assets/images/gb-trans.png) !important;
    background-size: 3em !important;
    background-position: center !important;
    color: white;
    border-radius: 0.5rem;
    font-size: 1.35em;
    font-weight: 600;
    padding: 0.5rem 0.563rem !important;
    font-family: monospace !important;
    text-align: center;
}

.user_profile {
    display: inline-flex !important;
}

.dropdown-item svg,
.dropdown-item i {
    color: #ccc;
}

.dropdown-menu li {
    line-height: 2em;
}

.grecaptcha-badge {
    display: none !important;
}

img,
video {
    pointer-events: none;
    /* Deshabilita todas las interacciones del ratón */
    user-select: none;
    /* Impide la selección del contenido */
}

.lead {
    font-family: 'Poppins-Light' !important;
}

/* Slick slider */
.slick-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 17em;
    min-height: 17em;
}

.slick-slide video {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 17em;
    min-height: 17em;
}

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    z-index: 1;
}

.slick-prev {
    height: 100%;
    width: 20%;
    left: 0;
}

.slick-next {
    height: 100%;
    width: 20%;
    right: 0;
}

.slick-prev:before,
.slick-next:before {
    font-size: 28px;
}

.slick-photos .explain {
    position: absolute;
    top: 0;
    height: 100%;
    background: rgb(47 72 88 / .7) url('/assets/images/click_element.png');
    width: inherit;
    color: #fff;
    text-align: center;
    background-size: 15em;
    background-repeat: no-repeat;
    background-position: center center;
}

.slick-photos .explain .lead {
    font-size: 1.1rem;
}

@media (min-width: 768px) {
    .modal-dialog.foralista-filter-modal-styles {
        top: 50px;
    }

    .foralista-filter-modal-styles {
        position: relative;
        width: 100%;
        display: block;
        opacity: 1 !important;
    }
}

#box-phones .utils-info {
    font-size: .9rem;
    user-select: none;
}

.slick-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background: linear-gradient(90deg, #F5F5F9 25%, #FFFFFF 50%, #F5F5F9 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite linear;
    border-radius: 5px;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}