:root {
    --background: #F6F7F7;
    --color: #fff;
    --text-color: #0f0f0f;
    --border-active: #0f0f0f;
    --conxultia-soft: #6540FD;
    --conxultia-dark: #432BA8;
    --conxultia-light: #FFFDF3;
    --conxultia-deep: #130038;
    --conxultia-mint: #C3F962;
    --circle-bg: #f4f4f4;
    --gray: #6A6E71;
    --overlay-dark: rgba(0, 0, 0, 0.55);
}

/* ======== Jost ======== */

@font-face {
    font-family: 'Jost-Regular';
    src: url('/assets/fonts/Jost-Regular.ttf');
}

@font-face {
    font-family: 'Jost-SemiBold';
    src: url('/assets/fonts/Jost-SemiBold.ttf');
}

@font-face {
    font-family: 'Jost-Medium';
    src: url('/assets/fonts/Jost-Medium.ttf');
}

@font-face {
    font-family: 'Jost-Bold';
    src: url('/assets/fonts/Jost-Bold.ttf');
}

/* ======== Source ======== */

@font-face {
    font-family: 'Source-Regular';
    src: url('/assets/fonts/SourceSansPro-Regular.otf');
}

@font-face {
    font-family: 'Source-SemiBold';
    src: url('/assets/fonts/SourceSansPro-Semibold.otf');
}

@font-face {
    font-family: 'Source-Bold';
    src: url('/assets/fonts/SourceSansPro-Bold.otf');
}

@font-face {
    font-family: 'Source-Black';
    src: url('/assets/fonts/SourceSansPro-Black.otf');
}

body {
    padding: 0px;
    margin: 0px;
    background-color: var(--conxultia-light) !important;
}

/* ======== Navbar ======== */
.nav-header {
    background-color: var(--conxultia-deep);
    box-shadow: 0 2px 4px rgba(0, 8, 255, 0.1);
    padding: 10px 20px;
}

.navbar-toggler {
    border: transparent !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 #ffffff00 !important;
}

.navbar-toggler-icon {
    background-image: url(/assets/img/nav-menu.svg) !important;
}

.logo {
    height: 55px;
    width: auto;
    display: block;
}

.logo-resposive {
    height: 55px;
    width: auto;
    display: none;
}

.item-nav {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: var(--conxultia-mint);
    font-family: 'Source-Bold';
    font-size: 18px;
    margin-bottom: 0;
    cursor: pointer;
    transition: border 0.25s ease-in;
    padding-bottom: 5px;
}

.item-nav::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.5px;
    width: 0;
    background-color: var(--conxultia-soft);
    transition: width 0.25s ease-in;
}

.item-nav:hover::after {
    width: 100%;
}

.item-nav-active {
    text-decoration: none;
    color: var(--conxultia-mint);
    font-family: 'Source-Bold';
    font-size: 18px;
    margin-bottom: 0;
    cursor: pointer;
    border-bottom: 2px solid var(--conxultia-soft);
}

.nav-items {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

/*======== BANNER - SWIPER ========*/

.banner {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
}

.swiper-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000 !important;
    top: 252px !important;
}

.swiper-button-next {
    left: 975px !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -2px) !important;
    right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 110px) !important;
    left: auto;
}

.swiper-nav-container {
    padding: 10px 0 !important;
    margin-bottom: 5px !important;
}

.carrousel-container {
    position: relative !important;
    width: 100% !important;
    max-width: 1000px !important;
    padding-top: 26px !important;
}

.custom-prev-btn,
.custom-next-btn {
    position: absolute !important;
    top: 4px !important;
    width: 60px !important;
    height: 35px !important;
    margin: 0 5px !important;
    border-radius: 6px !important;
    z-index: 10 !important;
    cursor: pointer !important;
    background-color: var(--conxultia-light) !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
}

.custom-next-btn {
    right: 55px !important;
    left: auto !important;
    color: var(--conxultia-deep) !important;
}

.custom-prev-btn {
    color: var(--conxultia-deep) !important;
    right: 138px !important;
    left: auto !important;
}

.custom-next-btn:after,
.custom-prev-btn:after {
    font-family: 'Courier New', Courier, monospace !important;
}

.custom-prev-btn:after,
.swiper-rtl .custom-next-btn:after {
    content: '' !important;
    font-size: 47px !important;
    color: var(--conxultia-deep) !important;
    font-weight: 900 !important;
    padding-bottom: 9px !important;
}

.custom-next-btn:after,
.swiper-rtl .custom-prev-btn:after {
    content: '' !important;
    font-size: 47px !important;
    color: var(--conxultia-deep) !important;
    font-weight: 900 !important;
    padding-bottom: 9px !important;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shorts-row {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.short-card {
    width: 100%;
    max-width: 360px;
    aspect-ratio: 9 / 16;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.short-card iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.short-1 {
    margin-right: 40px;
    margin-left: 10px;
}

.short-2 {
    margin-right: 80px;
    margin-left: 0px;
}

.short-3 {
    margin-left: 50px;
}

/* ======== CONTENIDO FIJO ======== */

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    color: var(--color);
    text-align: center;
    max-width: 900px;
    width: 90%;
}

.banner-content h5 {
    font-family: 'Source-Bold';
    font-weight: 800;
    font-size: 4rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.banner-content h1 {
    font-family: 'Source-Bold';
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 1.4;
    margin-bottom: 122px;
}

.btn-enfoque {
    background-color: transparent;
    border: 1.5px solid var(--color);
    text-decoration: none;
    color: var(--color);
    padding: 15px 30px;
    font-family: 'Source-Regular';
    font-size: 18px;
    border-radius: 4px;
}

/* ======== OPTIMIZAR PROCESOS (SECCIÓN) ======== */

.section-title {
    font-size: 44px;
    line-height: 1.1;
    font-weight: 800;
    color: var(--text-color);
    font-family: 'Source-Bold';
}

.section-title strong {
    font-weight: 800;
}

.list-unstyled {
    margin-top: 60px;
}

.important {
    color: var(--text-color);
    font-family: 'Source-Black';
}

.features-row {
    margin-top: 50px;
}

.feature-item h3 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: 'Jost-Bold';
}

.feature-item p {
    color: var(--text-color);
    font-size: 1.2rem;
    font-family: 'Jost-Regular' !important;
}

.icon-wrap {
    width: 100px;
    height: 100px;
    background-color: transparent;
    display: block;
}

.icon-proceso {
    object-fit: contain;
}

/* ======== Siguiente nivel (sección) ======== */

.contenido h2 {
    font-family: 'Source-Bold';
}

.image-empresa {
    background-image: url(/assets/img/img-home-header03_1887x1005_A.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.elemento {
    padding-top: 180px;
    padding-bottom: 100px;
    color: var(--color);
}

.elemento h1 {
    font-family: 'Source-Bold';
    font-size: 50px;
}

.elemento p {
    font-family: 'Jost-SemiBold';
    font-size: 22px;
}

.small {
    font-family: 'Source-Bold';
}

.margin-bottom-section {
    margin-bottom: 100px;
    font-family: 'Jost-SemiBold';
}

.btn-como {
    background: var(--color);
    color: var(--text-color);
    font-family: 'Source-Bold';
    padding: 10px 30px;
    border: 0px solid var(--text-color);
    text-decoration: none;
}

/* ======== Ganar (sección) ======== */

.image-ganar {
    background-image: url(/assets/img/img-home-header04_2031x1716_A.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ganar-section h1 {
    font-family: 'Source-Bold';
    font-size: 55px !important;
}

/* ======== Testimonios (sección) ======== */

.testimonios {
    padding-top: 20px;
    padding-bottom: 50px;
}

.test-sm {
    display: none;
}

.test-xxl {
    display: block;
}

.card-test {
    height: 462px;
    display: flex;
    background-color: var(--color);
    box-shadow: 0px 0px 6px rgba(189, 189, 189, 0.342);
}

.card-test p {
    font-size: 18px;
}

.card-test .col-md-5,
.card-test .col-md-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-tests {
    display: flex;
    background-color: var(--color);
    box-shadow: 0px 0px 6px rgba(189, 189, 189, 0.342);
}

.card-tests p {
    font-size: 18px;
}

.card-tests .col-md-5,
.card-tests .col-md-7 {
    flex-direction: column;
    justify-content: center;
}

.aliados {
    padding-top: 50px;
    padding-bottom: 50px;
}

.aliados-p {
    padding-top: 0px;
    padding-bottom: 0px;
}

.testimonios h2 {
    font-family: 'Source-Bold';
}

.testimonios p {
    font-family: 'Jost-Regular';
}

.aliados h2 {
    font-family: 'Source-Bold';
}

.aliados h4 {
    font-family: 'Jost-SemiBold';
    font-size: 16px;
}

.jugadas h1 {
    font-family: 'Source-Bold';
}

.jugadas p {
    font-size: 20px;
    font-family: 'Jost-SemiBold';
}

.trabajo {
    font-family: 'Source-Bold' !important;
}

.marca {
    color: var(--conxultia-deep);
}

.partners-ico {
    width: 100px;
}

.partners-icon {
    width: 140px;
}

/* ======== METODO ======== */

.metodo h1 {
    font-family: 'Source-Black';
    font-size: 3.6rem;
}

.metodo h2 {
    font-family: 'Source-Bold';
}

.title-metodo {
    font-family: 'Source-Bold';
    font-size: 24px;
}

.metodo-text {
    font-family: 'Jost-Regular';
    font-size: 18px;
}

.ul-top {
    margin-top: 40px;
}

.piezas-metodo {
    height: 480px;
}

.cintillo {
    font-family: 'Jost-Bold';
    background-color: var(--background);
}

.ruta {
    font-family: 'Source-Bold';
}

.cintillo p {
    margin-bottom: 0px;
}

.card-metodo {
    background-color: var(--conxultia-deep);
    color: var(--color);
    padding-top: 40px;
    padding-bottom: 40px;
    height: 222px;
    border-radius: 4px;
    transition: all 0.5s ease-in-out !important;
}

.card-metodo:hover {
    transform: translateY(-7px) !important;
    transition: all 0.5s ease-in-out !important;
    box-shadow: 0px 0px 6px 1px rgb(149, 255, 0);
}

.card-metodo {
    font-family: 'Source-Regular';
}

.card-metodo p {
    font-size: 18px;
    margin-bottom: 0px;
}

.card-metodo h1 {
    margin-top: 20px;
}

.visual-strong {
    color: var(--conxultia-mint);
    font-family: 'Source-Black';
}

.pz-xxl {
    display: block;
}

.pz-md {
    display: none;
}

.faqs-item {
    display: flex;
    align-items: flex-start;
    color: var(--conxultia-deep);
    padding: 5px 10px;
    padding-left: 0px !important;
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: 'Jost-Regular';
    transition: all 0.5s ease-in-out !important;
}

.faqs-icon {
    width: 20px;
    height: auto;
    margin-right: 15px;
    flex-shrink: 0;
}

.faqs-text {
    flex-grow: 1;
    font-size: 18px;
    color: var(--color);
}

.faqs-title {
    flex-grow: 1;
    font-size: 19px;
    font-family: 'Jost-SemiBold';
    color: var(--conxultia-soft);
}

.faqs-item:hover {
    transform: translateX(6px) !important;
    transition: all 0.5s ease-in-out !important;
}

/* ======== Servicios ======== */

.banner-inicial {
    background-image: url(/assets/img/img-home-header04_2031x1716_A.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-inicial h1 {
    padding-top: 180px;
    padding-bottom: 180px;
    color: var(--color);
    font-family: 'Source-Bold';
}

.service-pd {
    padding-right: 3rem;
    padding-left: 3rem;
}

.service h1 {
    font-family: 'Source-Black';
}

.service h5 {
    font-family: 'Source-Bold';
}

.service p {
    font-size: 19px;
    font-family: 'Jost-Regular';
}

.service-text h2 {
    font-family: 'Source-Bold';
}

.service-text h5 {
    font-family: 'Jost-SemiBold';
    color: var(--conxultia-dark);
    font-size: 24px;
}

.service-text p {
    font-family: 'Jost-Regular';
    color: var(--color);
}

.icon-service {
    width: 76px;
}

.ico-left {
    margin-right: 3rem !important;
}

.logo-conexiones {
    width: 333px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.tablero {
    padding: 12px;
}

.tablero-content {
    background-color: var(--color);
    padding: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.tablero-content .img-id {
    width: 100%;
    max-width: 530px;
    height: auto;
    object-fit: contain;
}

.tablero-content .faqs-text {
    color: var(--conxultia-deep);
}

.tablero-content-1 h5 {
    color: var(--conxultia-soft);
}

.tablero-content-1 .faqs-title {
    color: var(--conxultia-mint);
}

.tablero-1 {
    padding: 12px;
}

.tablero-content-1 {
    border-radius: 8px;
    background-color: var(--conxultia-deep);
    padding: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.servicios {
    background-color: var(--conxultia-light);
}

/* ======== Experiencia ======== */

.experiencia h1 {
    font-family: 'Source-Bold';
    font-size: 3.3rem;
}

.member-image-container {
    position: relative;
    overflow: hidden;
}

.member-image {
    width: 295px;
    height: auto;
    display: block;
    border-radius: 6px;
}

.more-info-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 295px;
    padding: 15px 0;
    color: var(--color);
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Jost-SemiBold';
}

.member-name {
    margin-top: 15px;
    font-size: 1.5rem;
    font-family: 'Source-Bold';
    text-align: center;
    color: var(--text-color);
}

/* ======== Conexiones ======== */

.banner-conexion {
    background-image: url(/assets/img/img-home-header05_1887x1005_A.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: var(--color);
}

.conexiones h1 {
    font-family: 'Source-Bold';
    font-size: 3.3rem;
}

.conexiones h5 {
    font-family: 'Jost-Regular';
    font-size: 22px;
}

.conexiones p {
    font-size: 19px;
    font-family: 'Jost-Regular';
    color: var(--color);
}

.slogan {
    font-family: 'Source-Bold';
}

.title-event {
    font-family: 'Source-Bold';
}

.subtitle-event {
    font-family: 'Source-Bold';
    color: var(--conxultia-dark);
}

.evento {
    width: 100%;
}

.member-image-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.more-info-overlay {
    position: absolute;
    bottom: 33px;
    left: 0;
    width: 100%;
    color: var(--background);
    text-align: center;
    padding: 10px 0;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.col-event {
    margin-top: 100px !important;
    margin-bottom: 70px !important;
}

.calendario h4 {
    font-family: 'Source-Bold';
}

/* 
.info-section {
    background-color: var(--);
} */

.info-section h1 {
    font-family: 'Source-Bold';
}

.info-section h4 {
    font-family: 'Jost-SemiBold';
}

#member-info-container {
    display: none;
    padding: 40px 0;
}

#member-info-container.active {
    display: block;
}

.member-info {
    display: none;
    animation: fadeIn 0.5s ease;
}

.member-info.active {
    display: block;
}

.autor-att {
    color: var(--conxultia-deep);
    font-family: 'Jost-SemiBold' !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.img-member {
    z-index: 0;
}

.img-member img {
    border-radius: 6px;
}

.info-member {
    z-index: 2;
    background-color: var(--color);
    margin-top: 40px !important;
    margin-left: 100px !important;
    color: var(--conxultia-deep);
    border-radius: 6px;
    box-shadow: 0px 0px 6px 1px rgba(4, 0, 255, 0.072);
}

.info-member p {
    font-size: 18px;
    font-family: 'Jost-Regular';
}

.member-info h3 {
    font-family: 'Source-Bold';
}

.member-info h6 {
    color: #6C6E71;
    font-family: 'Source-Bold';
}

.card-taller {
    width: 900px;
    max-width: 100%;
    background: var(--conxultia-deep);
    border-radius: 8px;
    padding: 34px 40px;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: flex-start;
    gap: 28px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

.circle {
    position: absolute;
    left: -110px;
    top: 50%;
    transform: translateY(-50%);
    width: 220px;
    height: 240px;
    overflow: hidden;
    background: transparent;
    border: 6px solid rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0);
}

.circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: translateY(0);
}

.content {
    margin-left: 120px;
    flex: 1;
    z-index: 3;
}

.title {
    font-size: 26px;
    line-height: 1.05;
    margin: 0 0 8px 0;
    color: var(--color);
    font-weight: 700;
    font-family: 'Source-Bold';
}

.subtitle {
    margin: 0 0 18px 0;
    color: var(--color);
    font-size: 20px;
    font-weight: 600;
    font-family: 'Source-Bold';
}

.pill {
    display: inline-block;
    background: linear-gradient(90deg, var(--conxultia-soft), var(--conxultia-dark));
    color: var(--color);
    padding: 6px 12px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 12px;
    box-shadow: 0 6px 18px rgba(107, 60, 207, 0.18);
    font-family: 'Source-Bold';
}

.resat {
    color: var(--conxultia-mint);
}

.beneficio {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.beneficio .left {
    min-width: 10px;
}

.beneficio h4 {
    margin: 0 0 8px 0;
    color: var(--conxultia-soft);
    font-size: 18px;
    font-family: 'Jost-Bold';
}

.beneficio p {
    margin: 0;
    color: var(--color);
    line-height: 1.45;
    font-size: 18px;
    font-family: 'Jost-Regular';
}

.expositor {
    margin-top: 14px;
    font-weight: 700;
    color: var(--color);
    font-size: 14px;
}

.divider {
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
    margin: 20px 0;
    border-radius: 2px;
}

.meta {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.meta .item {
    display: flex;
    gap: 10px;
    align-items: center;
    background: rgba(0, 0, 0, 0.04);
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 14px;
    color: var(--color);
}

.meta svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    opacity: 0.9
}

.price {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

.price .tag {
    background: var(--highlight);
    color: #04120a;
    font-weight: 800;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 15px;
    box-shadow: 0 8px 24px rgba(0, 255, 136, 0.08);
}

.cta {
    margin-top: 16px;
    font-weight: 700;
    color: var(--accent-2);
    font-size: 16px;
}

.brand {
    margin-top: 10px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.55);
}

/* ======== aviso legal ======== */

.aviso-legal h1 {
    font-family: 'Source-Bold';
    color: var(--text-color);
    font-size: 55px;
}

.aviso-legal p,
ul {
    color: var(--gray);
    font-family: 'Jost-Regular';
    font-size: 18px;
}

.list-p p {
    margin-bottom: 2px;
}

ul {
    margin-bottom: 0px !important;
}

input::placeholder {
    color: var(--color) !important;
    font-family: 'Jost-Regular';
}

textarea::placeholder {
    color: var(--color) !important;
    font-family: 'Jost-Regular';
}

/* ======== footer ======== */

footer {
    color: var(--text-color);
    font-family: 'Source-Bold';
}

.input[type="checkbox"] {
    display: none;
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 109, 253, 0) !important;
}

.bg-dark {
    --bs-bg-opacity: 0 !important;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.custom-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.custom-checkbox::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #333;
    border-radius: 2px;
    opacity: 0;
}

.input[type="checkbox"]:checked+.custom-checkbox::after {
    opacity: 1;
}

.X-black {
    font-family: 'Source-Black';
    color: #000;
}

.footer {
    background-color: var(--conxultia-deep);
    color: var(--color);
}

.bg-f {
    background-color: var(--conxultia-light);
}

.footer-message {
    background-color: var(--conxultia-dark);
    color: var(--color);
    border-radius: 10px;
}

.footer-message h6 {
    font-family: 'Jost-Bold';
    color: var(--conxultia-mint);
}

.footer-message h1 {
    font-family: 'Source-Bold';
}

.privacy-label {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.input {
    margin-right: 8px;
}

.message-privacy {
    margin: 0px;
    margin-left: 6px;
}

.desarrollo-pro {
    color: rgba(255, 255, 255, 0.5) !important;
}

.desarrollo-pro:hover {
    color: rgb(255, 255, 255) !important;
}

.nav-footer {
    display: flex;
}

.nav-footer a {
    text-decoration: none;
    color: var(--color);
}

.input-form {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--color);
    width: 90%;
}

.input-form:hover {
    border-bottom: 2px solid var(--color);
    transition: 2s ease;
}

.form-check {
    padding-left: 0px !important;
}

.message-privacy {
    margin-bottom: 0px;
    font-family: 'Jost-Regular';
    font-size: 14px;
}

.btn-enviar {
    font-size: 18px;
    background: var(--color);
    color: var(--text-color);
    font-family: 'Source-Bold';
    padding: 0.7em 1em;
    padding-left: 0.9em;
    display: flex;
    align-items: center;
    border: none;
    overflow: hidden;
    transition: all 0.2s;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 40px;
    border-radius: 4px;
}

.btn-enviar span {
    display: block;
    margin-left: 0.5em;
    transition: all 0.3s ease-in-out;
}

.btn-enviar svg {
    display: block;
    transform-origin: center center;
    transition: transform 0.3s ease-in-out;
}

.btn-enviar:hover .svg-wrapper {
    animation: fly-1 0.6s ease-in-out infinite alternate;
}

.btn-enviar:hover svg {
    transform: translateX(1.2em) rotate(45deg) scale(1.1);
}

.btn-enviar:hover span {
    transform: translateX(6em);
}

.btn-enviar:active {
    transform: scale(0.95);
}

@keyframes fly-1 {
    from {
        transform: translateY(0.1em);
    }

    to {
        transform: translateY(-0.1em);
    }
}

.btn-social {
    background: none;
    border: 1px solid var(--color);
    color: var(--color);
    border-radius: 100%;
    padding: 4px 7px;
}

.border-footer {
    margin-top: 44px !important;
    margin-bottom: 33px !important;
    border: 1px solid #fff;
}

.copyright {
    color: var(--color);
}

.aviso-legal {
    text-decoration: none;
    color: var(--color);
}

.legal {
    text-align: end;
}

.hidden-responsive-md {
    display: none;
}

.hidden-responsive-xxl {
    display: block;
}

.title-footer {
    font-family: 'Source-Bold';
}

.nav-footer {
    position: relative;
    display: inline-block;
    color: #ffffff8a;
    cursor: pointer;
    transition: border 0.25s ease-in;
    padding-bottom: 5px;
}

.nav-footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.5px;
    width: 0;
    background-color: var(--color);
    transition: width 0.25s ease-in;
}

.nav-footer:hover::after {
    width: 100%;
}

.nav-footer:hover {
    color: var(--color) !important;
}

.nav-footer-active {
    color: #ffffff !important;
    border-bottom: 2px solid var(--color);
}

.logo-footer {
    width: 80px;
}

.logo-ico-f {
    display: block;
}

.responsive-content {
    justify-content: end;
}

.input[type="checkbox"] {
    display: none;
}

.custom-checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.custom-checkbox::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    border-radius: 1px;
    opacity: 0;
}

.desarrollo {
    text-align: center !important;
}

.input[type="checkbox"]:checked+.custom-checkbox::after {
    opacity: 1;
}

.member-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.btn-nav {
  background-color: #6540FD; /* color principal de Conxultia */
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-nav:hover {
  background-color: #432BA8;
  transform: translateY(-2px);
}

/* ======== Responsive ======== */

@media (max-width: 1400px) {
    .hidden-faqs {
        display: none !important;
    }
    .meta .item {
        padding: 0px;
    }
}
@media (max-width: 1140px) {
    .hidden-faqs-z {
        display: none !important;
    }

    .banner-content h1 {
        margin-bottom: 40px !important;
    }
}

@media (max-width: 1200px) {

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset, 10px) !important;
        right: auto;
    }

    .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset, 10px) !important;
        left: auto;
    }

    .hidden-responsive-md {
        display: block;
    }

    .hidden-responsive-xxl {
        display: none;
    }

    .responsive-message {
        text-align: center;
    }

    .logo-ico-f {
        display: none;
    }

    .col-event {
        margin-top: 0px !important;
    }
}

@media (max-width: 1068px) {
    .swiper-button-next {
        left: 96% !important;
    }
}

@media (max-width: 991px) {
    .nav-items {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.8rem;
        padding: 1rem;
    }

    .navbar-collapse {
        background-color: var(--conxultia-deep);
        border-top: 1px solid #ddd;
    }

    .navbar-toggler {
        border: none;
        background: transparent;
    }

    .navbar-toggler-icon {
        filter: invert(0.5);
    }

    .responsive-content {
        justify-content: start;
        margin-top: 22px !important;
    }

    .metodo-text {
        text-align: center;
    }

    .info-member {
        z-index: 2;
        background-color: #fff;
        margin-top: 0px !important;
        margin-left: 0px !important;
    }

    .img-member {
        text-align: center;
    }

    .taller-speaker {
        text-align: center;
    }

}

@media (max-width: 768px) {
    .banner-content h1 {
        font-size: 1.5rem;
    }

    .nav-footer {
        display: flex;
        flex-direction: column;
    }

    .nav-footer a {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .legal {
        text-align: start;
    }

    .enviar {
        text-align: center;
        justify-content: center;
    }

    .pz-xxl {
        display: none;
    }

    .pz-md {
        display: block;
    }

    .responsive-center {
        text-align: center;
    }

    .ico-left {
        margin-right: 0px !important;
    }

    .d-flex {
        flex-direction: column;
    }

    .title-footer {
        font-family: 'Source-Bold';
        font-size: 28px !important;
    }

    .section-title {
        font-size: 33px !important;
    }

    .ganar-section h1 {
        font-size: 38px !important;
    }

    .top-footer h1 {
        font-size: 26px !important;
    }

    .member-info .px-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .member-info .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .info-member {
        z-index: 2;
        background-color: #fff;
        margin-top: 0px !important;
        margin-left: 0px !important;
    }

    footer .px-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .test-sm {
        display: block;
    }

    .test-xxl {
        display: none;
    }

    .desarrollo {
        text-align: left !important;
    }

    .swiper-button-next {
        left: auto !important;
    }
}

@media (max-width:760px) {
    .card-taller {
        padding: 22px;
        align-items: center;
        flex-direction: column;
    }

    .circle {
        position: static;
        transform: none;
        margin-top: -40px;
        width: 160px;
        height: 160px;
        left: auto;
    }

    .content {
        margin-left: 0;
        text-align: center;
    }

    .meta {
        justify-content: center;
    }

    .price {
        margin-left: 0;
    }

    .aviso-legal h1 {
        font-family: 'Source-Bold';
        color: var(--text-color);
        font-size: 44px;
    }
}

@media (max-width: 728px) {
    .service-pd {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
}

@media (max-width:378px) {
    .logo {
        display: none !important;
    }

    .logo-resposive {
        display: block !important;
    }
}