@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


:root {
    /* TIPOGRAFIAS */

    --font-1: "Raleway", sans-serif;
    --font-2: "Raleway", sans-serif;
    --font-3: "Raleway", sans-serif;

    /* COLOR */

    --color-1: #033859;
    /*AZUL*/
    --color-2: #6FA8DC;
    /*AZUL CLARO*/
    --color-3: #EFF8FF;
    /*FONDOS SITUACIONALES*/
    --color-4: #D94814;
    /*NARANJA*/
    --color-5: #426A8C;
    /*AZUL MEDIO*/
    --color-6: #ECF0F3;
    /*CLARITO*/
    --color-black: #282436;
    /*BLACK*/
    --color-white: #ffffff;
    /*WHITE*/

    /* SIZE */

    --font-s-60: 60px;
    --font-s-54: 54px;
    --font-s-50: 50px;
    --font-s-40: 40px;
    --font-s-36: 36px;
    --font-s-30: 30px;
    --font-s-28: 28px;
    --font-s-25: 25px;
    --font-s-24: 24px;
    --font-s-22: 22px;
    --font-s-20: 20px;
    --font-s-18: 18px;
    --font-s-16: 16px;
    --font-s-14: 14px;
    --font-s-12: 12px;

    /* FONT WEIGHT */

    --font-w-900: 900;
    /* black */
    --font-w-800: 800;
    /* extra bold */
    --font-w-700: 700;
    /* bold */
    --font-w-600: 600;
    /* semi bold */
    --font-w-500: 500;
    /* medium */
    --font-w-400: 400;
    /* regular */
    --font-w-300: 300;
    /* light */
    --font-w-200: 200;
    /* extra light */
    --font-w-100: 100;
    /* thin */

    /* LINE HEIGHT */

    --lh-auto: normal;
    --lh-100: 100%;
    --lh-110: 110%;
    --lh-140: 140%;
}

@media (max-width: 991px) {

    :root {

        /* SIZE */

        --font-s-54: 54px;
        --font-s-50: 34px;


    }

}

p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
ul,
button {
    padding: 0;
    margin: 0;
}

.font-1 {
    font-family: var(--font-1) !important;
}

.font-2 {
    font-family: var(--font-2) !important;
}

.font-3 {
    font-family: var(--font-3) !important;
}

.AG {
    font-family: var(--font-1);
    font-weight: var(--font-w-600);
    font-size: var(--font-s-20);
    line-height: var(--lh-auto);
}

.HL {
    font-family: var(--font-1);
    font-weight: var(--font-w-700);
    font-size: var(--font-s-54);
    line-height: var(--lh-auto);
}

.HM {
    font-family: var(--font-1);
    font-weight: var(--font-w-700);
    font-size: var(--font-s-40);
    line-height: var(--lh-auto);
}

.HS {
    font-family: var(--font-1);
    font-weight: var(--font-w-700);
    font-size: var(--font-s-24);
    line-height: var(--lh-auto);
}

.TG {
    font-family: var(--font-1);
    font-weight: var(--font-w-800);
    font-size: var(--font-s-50);
    line-height: var(--lh-auto);
}

.TM {
    font-family: var(--font-1);
    font-weight: var(--font-w-800);
    font-size: var(--font-s-36);
    line-height: var(--lh-auto);
}

.TS {
    font-family: var(--font-2);
    font-weight: var(--font-w-800);
    font-size: var(--font-s-20);
    line-height: var(--lh-auto);
}

.P {
    font-family: var(--font-3);
    font-weight: var(--font-w-400);
    font-size: var(--font-s-18);
    line-height: var(--lh-140);
}

.P-bold {
    font-family: var(--font-3);
    font-weight: var(--font-w-800);
    font-size: var(--font-s-18);
    line-height: var(--lh-140);
}

.fs-60 {
    font-size: var(--font-s-60) !important;
}

.fs-54 {
    font-size: var(--font-s-54) !important;
}

.fs-50 {
    font-size: var(--font-s-50) !important;
}

.fs-40 {
    font-size: var(--font-s-40) !important;
}

.fs-36 {
    font-size: var(--font-s-36) !important;
}

.fs-34 {
    font-size: var(--font-s-34) !important;
}

.fs-30 {
    font-size: var(--font-s-30) !important;
}

.fs-28 {
    font-size: var(--font-s-28) !important;
}

.fs-25 {
    font-size: var(--font-s-25) !important;
}

.fs-24 {
    font-size: var(--font-s-24) !important;
}

.fs-22 {
    font-size: var(--font-s-22) !important;
}

.fs-20 {
    font-size: var(--font-s-20) !important;
}

.fs-18 {
    font-size: var(--font-s-18) !important;
}

.fs-16 {
    font-size: var(--font-s-16) !important;
}

.fs-14 {
    font-size: var(--font-s-14) !important;
}

.fs-12 {
    font-size: var(--font-s-12) !important;
}

.fw-900 {
    font-weight: var(--font-w-900) !important;
}

.fw-800 {
    font-weight: var(--font-w-800) !important;
}

.fw-700 {
    font-weight: var(--font-w-700) !important;
}

.fw-600 {
    font-weight: var(--font-w-600) !important;
}

.fw-500 {
    font-weight: var(--font-w-500) !important;
}

.fw-400 {
    font-weight: var(--font-w-400) !important;
}

.fw-300 {
    font-weight: var(--font-w-300) !important;
}

.fw-200 {
    font-weight: var(--font-w-200) !important;
}

.fw-100 {
    font-weight: var(--font-w-100) !important;
}

.lh-100 {
    line-height: var(--lh-100) !important;
}

.lh-110 {
    line-height: var(--lh-110) !important;
}

.lh-140 {
    line-height: var(--lh-140) !important;
}

.lh-auto {
    line-height: var(--lh-auto) !important;
}

.color-1 {
    color: var(--color-1) !important;
}

.color-2 {
    color: var(--color-2) !important;
}

.color-3 {
    color: var(--color-3) !important;
}

.color-4 {
    color: var(--color-4) !important;
}

.color-5 {
    color: var(--color-5) !important;
}

.color-6 {
    color: var(--color-6) !important;
}

.color-black {
    color: var(--color-black) !important;
}

.color-black-50 {
    color: rgba(0, 0, 0, 0.5);
}

.color-white {
    color: var(--color-white) !important;
}

.bg-1 {
    background-color: var(--color-1) !important;
}

.bg-2 {
    background-color: var(--color-2) !important;
}

.bg-3 {
    background-color: var(--color-3) !important;
}

.bg-4 {
    background-color: var(--color-4) !important;
}

.bg-black {
    background-color: var(--color-black) !important;
}

.bg-white {
    background-color: var(--color-white) !important;
}

.bg-lemon {
    background: rgb(254, 226, 75);
    background: -moz-linear-gradient(45deg, rgba(254, 226, 75, 1) 0%, rgba(242, 183, 5, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(254, 226, 75, 1) 0%, rgba(242, 183, 5, 1) 100%);
    background: linear-gradient(45deg, rgba(254, 226, 75, 1) 0%, rgba(242, 183, 5, 1) 100%);
}

.bg-lemon-text {
    background: linear-gradient(45deg, rgba(254, 226, 75, 1) 0%, rgba(242, 183, 5, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-lemon-gris_claro {
    background: rgb(245, 245, 245);
    background: -moz-linear-gradient(71deg, rgba(245, 245, 245, 1) 0%, rgba(254, 226, 75, 1) 100%);
    background: -webkit-linear-gradient(71deg, rgba(245, 245, 245, 1) 0%, rgba(254, 226, 75, 1) 100%);
    background: linear-gradient(71deg, rgba(245, 245, 245, 1) 0%, rgba(254, 226, 75, 1) 100%);
}

.backgrounds-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.no-decoracion {
    text-decoration: none;
}

.list-style-none {
    list-style: none;
}

.sombra {
    -webkit-box-shadow: 6px 6px 15px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 6px 6px 15px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 6px 6px 15px -3px rgba(0, 0, 0, 0.2);
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-147 {
    margin-top: 147px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-216 {
    margin-bottom: 216px !important;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.gap-20 {
    gap: 20px !important;
}

.gap-40 {
    gap: 40px !important;
}

.w-fit-content {
    width: fit-content;
}

.border-radius-20 {
    border-radius: 20px;
}

.border-radius-27 {
    border-radius: 27px;
}

.border-radius-70 {
    border-radius: 70px;
}

.border-radius-100 {
    border-radius: 100px;
}

.padding-40 {
    padding: 40px;
}

.py-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-9 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* ----------------------- BOTON ----------------------- */

.boton-1 {
    position: relative;
    padding: 12px 24px;
    width: fit-content;
    border: 2px solid transparent;
    border-radius: 50px;
    color: white;
    background: var(--color-1);
    background-clip: padding-box;
    font-family: var(--font-3);
    font-weight: var(--font-w-800);
    font-size: var(--font-s-16);
    line-height: var(--lh-140);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.boton-1-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 12px 24px;
    width: 100%;
    flex: 1;
    border: 2px solid transparent;
    border-radius: 50px;
    color: white;
    background: var(--color-4);
    background-clip: padding-box;
    font-family: var(--font-3);
    font-weight: var(--font-w-800);
    font-size: var(--font-s-16);
    line-height: var(--lh-140);
    cursor: pointer;
    overflow: hidden;
}

.boton-1-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 12px 24px;
    width: 50%;
    margin: 0 auto;
    flex: 0 0 auto;
    border: 2px solid transparent;
    border-radius: 50px;
    color: white;
    background: var(--color-4);
    background-clip: padding-box;
    font-family: var(--font-3);
    font-weight: var(--font-w-800);
    font-size: var(--font-s-16);
    line-height: var(--lh-140);
    cursor: pointer;
    overflow: hidden;
}

.boton-1::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50px;

    z-index: -1;
    transition: opacity 0.3s ease;
}

.boton-1:hover {

    background: white;
    color: var(--color-1)
}

.boton-1:hover::before {
    opacity: 1;
}


.boton-2 {
    position: relative;
    padding: 12px 24px;
    width: fit-content;

    border-radius: 50px;
    color: var(--color-white);
    background: transparent;
    background-clip: padding-box;
    font-family: var(--font-3);
    font-weight: var(--font-w-800);
    font-size: var(--font-s-16);
    line-height: var(--lh-140);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.boton-2-1 {
    position: relative;
    padding: 12px 24px;
    width: fit-content;

    border-radius: 50px;
    background-color: var(--color-4);
    background-clip: padding-box;
    font-family: var(--font-3);
    font-weight: var(--font-w-800);
    font-size: var(--font-s-16);
    line-height: var(--lh-140);
    cursor: pointer;
    overflow: hidden;
}

.boton-2::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50px;

    z-index: -1;
}

.boton-2:hover {

    background: var(--color-4);
    color: white !important;
}

.boton-2:hover::before {
    opacity: 0;
}

.boton-2-flecha {
    padding: 12px 10px;
}

.boton-2-flecha::before {
    background: unset;
}

.boton-2-flecha:hover i {
    color: white !important;
}


.boton-3 {
    position: relative;
    padding: 12px 24px;
    width: fit-content;
    border: 2px solid transparent;
    border-radius: 50px;
    color: black;
    background: linear-gradient(71deg, rgba(245, 245, 245, 1) 0%, rgba(254, 226, 75, 1) 100%);
    background-clip: padding-box;
    font-family: var(--font-3);
    font-weight: var(--font-w-800);
    font-size: var(--font-s-16);
    line-height: var(--lh-140);
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.boton-3::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50px;
    background: linear-gradient(71deg, rgba(245, 245, 245, 1) 0%, rgba(254, 226, 75, 1) 100%);
    z-index: -1;
    transition: opacity 0.3s ease;
}

.boton-3:hover {
    border: 2px solid rgba(254, 226, 75, 1);
    background: transparent;
    color: var(--color-black);
}

.boton-3:hover::before {
    opacity: 1;
}

/* ----------------------- BOTON ----------------------- */

.cards {

    min-height: 478px;
    max-height: 478px;
    border-radius: 20px;
    position: relative;
}

.cards::before {
    content: "";
    display: block;
    height: 300px;
    /* altura de la imagen */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.card-div {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-1);
    width: fit-content;

}



/* ---------------------------------------------- HEADER ---------------------------------------------- */

.logo img {
    width: 100%;
    max-width: 310px;
}

.navbar-collapse {
    flex-basis: unset;
    flex-grow: unset;
    align-items: center;
}

.navbar-collapse .nav-link {
    color: var(--color-black) !important;
}

nav .boton-2 {
    background: white;
}

@media (max-width: 991px) {

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    }

    .card-servicios.row {
        gap: 24px 0;
    }

    .py-lg-9 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .section-1-home {
        margin-bottom: 0 !important;
    }

}

.btn-anunciate-header {
    background-color: var(--color-4);
    transition: background-color 0.3s ease;
}

.btn-anunciate-header:hover {
    background-color: var(--color-1);
}

.btn-anunciate-header.active,
.btn-anunciate-header:focus {
    background-color: var(--color-1) !important;
}

.separator-line {
    height: 2px;
    background-color: rgba(40, 36, 54, 0.1);
}

.separator-line.large {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 40px;
}

.separator-line.small {
    margin: 80px auto;
    max-width: 499px;
}

/* ---------------------------------------------- HEADER ---------------------------------------------- */

/* ---------------------------------------------- HOME ---------------------------------------------- */

/* ----------------------- seccion 1 ----------------------- */


.section-1-home {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.imagen-fondo-hero {
    left: 50%;
    top: 50%;
    max-width: fit-content;
    width: 100%;
    height: 100%;
    transform: translate(70px, -50%);
    z-index: -1;
    position: absolute;
}

.section-1-home img:nth-of-type(1) {
    right: 17%;
    bottom: 0;
}

.section-1-home img:nth-of-type(2) {
    right: 47%;
    top: 7%;
}

.section-1-home img:nth-of-type(3) {
    bottom: 36px;
    right: 0;
}

.btn-2 {
    /* border: 2px solid var(--color-1); */
    border-radius: 50px;
    background-color: var(--color-4);
    color: var(--color-white);
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: var(--font-1);
    font-weight: var(--font-w-700);
    font-size: var(--font-s-18);
    padding: 8px;

}

.negocios .buscador-negocio {
    position: relative;
}

@media (max-width: 1400px) {

    .section-1-home img:nth-of-type(1) {
        right: 20%;
    }

    .section-1-home img:nth-of-type(2) {
        right: 54%;
        top: 7%;
    }

}

@media (max-width: 1200px) {

    .section-1-home img:nth-of-type(1) {
        height: 90%;
        bottom: 0;
        right: 16%;
    }

    .section-1-home img:nth-of-type(2) {
        height: 30%;
        right: 59%;
        top: 30%;
    }

    .section-1-home img:nth-of-type(3) {
        height: 17%;
    }

}

@media (max-width: 991px) {

    .section-1-home {
        height: 370px;
    }

    @media (max-width: 991px) {
        .w-100-mobile {
            width: 100%;
            display: flex;
            justify-content: center;
        }

        .section-1-negocios {
            padding-top: 1rem !important;
        }
    }

    .section-1-home {
        min-height: 0px;
    }
}

/* ----------------------- seccion 1 ----------------------- */

/* ----------------------- seccion 2 ----------------------- */
.buscador-negocio {
    position: absolute;
    z-index: 1;
    background-color: var(--color-1)
}

@media (max-width: 991px) {
    .buscador-negocio {
        position: relative;
    }
}

.buscador-negocio .select2-container--default .select2-selection--single {
    background-color: unset;
    border: unset;
}

.buscador-negocio .select2-container:nth-of-type(1) {
    width: 289px !important;
}

.buscador-negocio .select2-container:nth-of-type(2) {
    width: 225px !important;
}

.buscador-negocio .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.buscador-negocio .select-field {
    position: relative;
}

.buscador-negocio .select-field select {
    height: 50px;
    border: 1px solid black;
    background: transparent;
    color: var(--color-black);
    padding-left: 45px;
}

.buscador-negocio .select2-container--default .select2-selection--single {
    background-color: white;
    height: 48px;
}

.form-control::placeholder {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #433A3F;
}

.buscador-negocio .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    height: 100%;
    display: flex;
    align-items: center;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #433A3F;
}

.buscador-negocio .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 6px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.buscador-negocio .select-field label {
    position: absolute;
    left: 15px;
    top: -10px;
}

.buscador-negocio .maletin {
    top: 10px;
    left: 20px;
}

.buscador-negocio .flecha-dropdown {
    top: 16px;
    right: 20px;
}

.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

/* ----------------------- seccion 2 ----------------------- */

/* ----------------------- seccion 3 ----------------------- */
.section-3-home .carousel-indicators {
    margin-bottom: -30px;
}

.carousel-indicators [data-bs-target] {
    background-color: var(--color-1);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: none;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: var(--color-4);
    opacity: 0.6;
}

.carousel-indicators {
    margin-bottom: 0;
}

/* ----------------------- seccion 3 ----------------------- */

/* ----------------------- seccion 4 ----------------------- */


.contenedor-categoria__footer .boton-2-flecha {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid white;
    text-decoration: none;
}

.contenedor-categoria {
    min-height: 300px;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.contenedor-categoria img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contenedor-categoria__footer {
    position: absolute;
    /* ← se superpone a la imagen */
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 40px 20px;
    gap: 8px;
    /*degradado opcional
    background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, transparent 100%);
    */
}

.contenedor-categoria__footer .TS {
    margin: 0;
    font-size: 0.85rem;

    flex: 1;
    text-align: left;
}

.contenedor-categoria__footer .boton-2 {
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .contenedor-categoria {
        width: 100%;
    }


}

/* Oculta los generados por defecto */
.slick-prev:before,
.slick-next:before {
    display: none !important;
}

/* Modifica el contenedor real del botón */
.slick-prev,
.slick-next {
    width: 40px !important;
    height: 40px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    z-index: 100 !important;
}

.slick-prev {
    background-image: url('../img/recursos/flecha-carrusel-izq.svg') !important;
    left: -50px !important;
    /* Ajusta la posición según necesites */
}

.slick-next {
    background-image: url('../img/recursos/flecha-carrusel-der.svg') !important;
    right: -50px !important;
    /* Ajusta la posición según necesites */
}

/* ----------------------- seccion 4 ----------------------- */

/* ----------------------- seccion 5 ----------------------- */
.section-5-home {
    background-color: #ECF0F3;
    padding-top: 147px;
    padding-bottom: 216px;
}

/*.section-5-home .contenedor-publicar {
    color: #ECF0F3;
    height: 370px;

.contenedor-publicar {
    background-image: url(../img/recursos/recurso-7.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
*/

.card-servicios>div {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
}

.card-servicios>div:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
    .section-5-home {

        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* ----------------------- seccion 5 ----------------------- */

/* ----------------------- seccion 6 ----------------------- */

.section-6-home img {
    border-radius: 190px 190px 0 0;
}

@media (max-width: 991px) {

    .section-6-home img {
        border-radius: 70px;
        -webkit-box-shadow: 8px 8px 15px -3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 8px 8px 15px -3px rgba(0, 0, 0, 0.2);
        box-shadow: 8px 8px 15px -3px rgba(0, 0, 0, 0.2);
    }

}

@media (max-width: 767px) {

    .section-6-home img {
        border-radius: 20px;
        -webkit-box-shadow: 8px 8px 15px -3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 8px 8px 15px -3px rgba(0, 0, 0, 0.2);
        box-shadow: 8px 8px 15px -3px rgba(0, 0, 0, 0.2);
    }

}

/* ----------------------- seccion 6 ----------------------- */

/* ---------------------------------------------- HOME ---------------------------------------------- */

/* ---------------------------------------------- NEGOCIOS ---------------------------------------------- */



/* ----------------------- seccion 2 ----------------------- */
.categorias .slick-slide {
    padding: 0 20px;
    /* 20px a cada lado = 40px entre slides */
}

.categorias .slick-list {
    margin: 0 20px;
    /* compensa el padding exterior de los extremos */

}

.misma-categoria {
    max-width: 1200px;
    /* ajusta este valor a tu gusto */
    margin: 0 auto;
}

.misma-categoria .slick-slide {
    margin-left: 16px;
    margin-right: 16px;
    /* 15px a cada lado = 30px entre slides, igual que el gap del grid */
}

.misma-categoria .slick-list {
    margin: 0 -15px;
    /* compensa el padding exterior de los extremos */

}

/* ----------------------- seccion 2------------------------ */

/* ----------------------- seccion 3 ----------------------- */

.wrap-cards-negocios {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}

.card-negocio {

    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.section-3-negocios .card-negocio {
    width: calc(33.333% - 20px);
}

@media (max-width: 1024px) {
    .section-3-negocios .card-negocio {
        width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .section-3-negocios .card-negocio {
        width: calc(100% - 10px);
    }
}


.card-negocio:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.card-negocio__img {
    flex: 3;
    min-height: 200px;
    overflow: hidden;
}

.card-negocio__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-negocio__info {
    flex: 1;
    background-color: var(--color-6);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.boton-3-1 {
    position: relative;
    width: 44px;
    height: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background-color: var(--color-1);
    background-clip: padding-box;
    cursor: pointer;
    overflow: hidden;
}


@media (max-width: 991px) {
    .card-negocio {
        width: calc(50% - 15px);
    }
}

@media (max-width: 576px) {
    .card-negocio {
        width: 100%;
    }
}

/* ----------------------- seccion 3 ----------------------- */

.page-item:last-child .page-link {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}

.page-item:first-child .page-link {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

.page-item .page-link {
    padding: 0 7px;
}

.active>.page-link::after,
.page-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    /* ajusta según diseño */
    width: 50%;
    height: 3px;
    background-color: var(--color-4);
    transform: translate(-50%, 0);
}

.active>.page-link,
.page-link.active {
    color: var(--color-4);
    background-color: transparent;
    border-color: transparent;
}

.page-link {
    position: relative;
    display: block;
    padding: unset;
    font-size: var(--bs-pagination-font-size);
    color: var(--color-black);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: unset;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page-link:hover {
    z-index: 2;
    color: unset;
    background-color: unset;
    border-color: unset;
}

.gap-57 {
    gap: 57px 0;
}

/* ---------------------------------------------- NEGOCIOS ---------------------------------------------- */

/* ---------------------------------------------- FICHA-NEGOCIO ---------------------------------------------- */
.section-ficha-negocios .carousel-indicators {
    margin-bottom: 30px;
}

.carrusel-negocio .slick-list {
    border-radius: 20px;
}

.section-ficha-negocios .contenedor-publicar {
    height: 334px;
}

.section-ficha-negocios .flecha-der {
    z-index: 1;
    bottom: 30px;
    right: 30px;
}

.section-ficha-negocios .flecha-izq {
    z-index: 1;
    bottom: 30px;
    right: 90px;
}

.img-negocio {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.redes-sociales {
    border-radius: 12px;
}

.redes-sociales a {
    color: var(--color-1);
    width: 50px;
    font-size: 30px;
    margin: 0 5px;
    border-radius: 100%;
    display: inline-block;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.redes-sociales a:hover {
    transform: scale(1.1);
}

.mapa iframe {
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}

/* ---------------------------------------------- FICHA-NEGOCIO ---------------------------------------------- */

/* ---------------------------------------------- SERVICIOS ---------------------------------------------- */
/* ------------------------ seccion 1 ------------------------- */
/*
.section-1-servicios .border-radius-70 {
    border-radius: 70px 70px 0 0;
}

.section-1-servicios .contenedor-servicios {
    width: 413px;
}

*/
.section-1-negocios .carousel-indicators {
    margin-bottom: -30px;
}


/* ------------------------ seccion 1 ------------------------ */

/* ------------------------ seccion 2 ------------------------- */

/*
.seccion-2-servicios {
    height: 370px;
    background-image: url(../img/recursos/recurso-16.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

*/

.section-2-servicios .border-radius-70 {
    border-radius: 70px 70px 0 0;
}

.section-2-servicios .contenedor-servicios {
    width: 400px;
    background-color: var(--color-6);
}

.wrap-cards {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 40px;
}


/*
.contenedor-servicios>div {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/*
/* ------------------------ seccion 2 ------------------------ */
/* ---------------------------------------------- SERVICIOS ---------------------------------------------- */

/* ---------------------------------------------- CONTACTO ---------------------------------------------- */

.section-1-contacto form {
    width: 100%;
    max-width: 650px;

}

@media (max-width: 991px) {
    .form-contacto-actions {
        flex-direction: column;
        align-items: center;
    }

    .form-contacto-actions .boton-1-1 {
        width: auto;
        flex: unset;
        padding: 12px 40px;
    }
}

/* ------------------------ seccion 2 ------------------------ */
.section-2-contacto,
.section-2-nosotros {
    background-color: var(--color-6);
}

/* ------------------------ seccion 2 ------------------------ */

/* ---------------------------------------------- CONTACTO ---------------------------------------------- */

/* -------------------------------------------------- CONTACTO -------------------------------------------------- */

.section-1-contacto {
    position: relative;
}

.section-1-contacto input {
    height: 50px;
    border: none;
    background: var(--color-white);
    color: var(--color-black);
    padding-left: 20px;
}

.section-1-contacto textarea {
    border: none;
    background: var(--color-white);
    color: var(--color-black);
    padding-left: 20px;
    padding: 25px 20px;
}

.section-1-contacto input::placeholder {
    font-family: var(--font-3);
    font-weight: var(--font-w-400);
    font-size: var(--font-s-16);
    line-height: var(--lh-140);
}

.section-1-contacto textarea::placeholder {
    font-family: var(--font-3);
    font-weight: var(--font-w-400);
    font-size: var(--font-s-16);
    line-height: var(--lh-140);
}

.seccion-2-contacto .contacto-movil,
.seccion-2-contacto .contacto-whatsapp {
    gap: 40px;
    padding: 0 30px;
}

.seccion-2-contacto .contacto-mail {
    gap: 50px;
    margin-top: 10px;
}

@media (max-width: 767px) {

    .border-radius-100 {
        border-radius: unset;
    }

}


/* -------------------------------------------------- CONTACTO -------------------------------------------------- */



/* ---------------------------------------------- FOOTER ---------------------------------------------- */

footer {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background-color: var(--color-1);
}

footer ul {
    margin-left: 0;
    padding-left: 0;
}

.footer-logo-line {
    height: 2px;
    background-color: var(--color-5);
    width: calc(var(--logo-width) * 2);
}

.footer-logo2 {

    width: auto !important;
}

.footer-social-icon {
    height: 20px;
    width: 20px;
    object-fit: contain;
}

/* Captura el ancho real del logo para usarlo en la línea */
.footer-logo-line {
    padding-top: 2;
    height: 2px;
    background-color: var(--color-5);
    width: 75%;
}

/* ---------------------------------------------- FOOTER ---------------------------------------------- */

footer .nav-link.active {
    color: var(--color-4) !important;
}

.nav-link.active span {
    position: relative;
    display: inline-block;
}

.nav-link.active {
    color: var(--color-4) !important;
}

.nav-link.active span::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--color-4);
    border-radius: 4px;
}

/* Opcional: hover sobre enlaces inactivos */
.nav-link:not(.active):hover {
    color: var(--color-4) !important;
}


/*OTROS*/

.text-cortado {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-max-lines: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 400px;
}

/* BREACKPOINTS (MEDIAQUERYS DESDE AQUÍ*/

@media (max-width: 1200px) {}


@media (max-width: 1024px) {}


@media(max-width:991px) {

    :root {
        --font-s-60: 60px;
        --font-s-54: 54px;
        --font-s-50: 50px;
        --font-s-40: 40px;
        --font-s-36: 36px;
        --font-s-30: 30px;
        --font-s-28: 28px;
        --font-s-25: 25px;
        --font-s-24: 18px;
        --font-s-22: 22px;
        --font-s-20: 20px;
        --font-s-18: 18px;
        --font-s-16: 16px;
        --font-s-14: 14px;
        --font-s-12: 12px;
    }

    footer .row {
        flex-direction: column;
        gap: 2rem;
    }

    footer .col-md-6 {
        width: 100%;
    }


    .cards {
        background-image: none !important;
        height: fit-content !important;
        max-height: initial !important;
        min-height: initial !important;
    }

    .cards img {
        height: 300px !important;
        object-fit: contain;
        width: 100%;
    }

    .card-div {
        position: relative;
    }

    .buscador-negocio div {
        width: 100%;
    }

    .cards::before {
        display: none;
    }


    .form-control {
        width: 100% !important;
    }

    .buscador-negocio .select2-container:nth-of-type(1) {
        width: 100% !important;
    }

    .navbar-brand.logo {
        max-width: 50%;
    }

    .section-2-contacto,
    .section-2-nosotros {
        text-align: center;

    }

    .footer-logo-line {
        width: 100%;
    }

    .header-logo-line {
        width: 100%;
    }

}


@media (max-width: 767px) {
    :root {
        --font-s-60: 30px;
        --font-s-54: 34px;
        --font-s-50: 24px;
        --font-s-40: 20px;
        --font-s-36: 18px;
        --font-s-30: 16px;
        --font-s-28: 18px;
        --font-s-25: 18px;
        --font-s-24: 18px;
        --font-s-22: 22px;
        --font-s-20: 20px;
        --font-s-18: 18px;
        --font-s-16: 16px;
        --font-s-14: 14px;
        --font-s-12: 12px;
    }

    .buscador-negocio {
        background-color: var(--color-1);
    }

    .footer-logo-line {
        width: 100%;
    }

    .header-logo-line {
        width: 100%;
    }

    .card-div {

        width: 100%;
        text-align: left;
    }

    .separator-line.large {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .separator-line.small {
        margin: 40px auto;
        max-width: 249.5px;
    }



    @media (max-width: 575px) {}

}