footer {
    background: linear-gradient(342.55deg, #171717 3.95%, #8189d8 449.12%);
    padding: 10px 0px 0px 0px;
}
.footer-contenido {
    margin: 95px 180px 0;
    color: #fff;
    font-size: 20px;
}
.footer-top,
.footer-middle,
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    width: 100%;
    flex-wrap: wrap;
    gap: 60px;
}
.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    width: 100%;
}
.footer-columna-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-bottom .logos-empresas {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-top {
    margin-bottom: 100px;
}
.footer-columna-descubre,
.footer-columna-conoce,
.footer-columna-legal,
.footer-columna-siguenos {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
}
.footer-columna-contacto {
    flex: 0 0 210px;
}
.footer-columna-middle {
    flex: 1;
    min-width: 200px;
    max-width: 250px;
}
.footer-titulo {
    font-size: 23px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
}
.footer-columna-empresas .footer-titulo,
.footer-columna-reconocimiento .footer-titulo {
    margin-bottom: 30px;
}
.footer-lista {
    list-style-type: none;
    padding: 0px 0px 0px 0px;
    line-height: 25px;
    margin: 0px;
}
.footer-item {
    margin-bottom: 8px;
}
.footer-enlace {
    color: #fff;
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
}
.footer-enlace:hover {
    text-decoration: underline;
}
.reconocimiento-texto {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
    max-width: 250px;
    margin: 20px 0 0;
    gap: 8px;
}
.reconocimiento-texto .img-left,
.reconocimiento-texto .img-right {
    width: 20px;
    height: auto;
}
.reconocimiento-texto .img-text {
    margin: 0 0px;
    text-align: center;
    line-height: 19px;
    color: #fff;
    font-size: 16px;
}
.footer-divider {
    border: 0;
    border-top: 1px solid #444;
    margin: 20px 0;
}
.logos-empresas {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    margin: 20px 0;
}
.logo-empresa {
    max-width: 210px;
    height: auto;
}
.logo-proinnovate {
    width: 270px;
    height: 70px;
    object-fit: contain;
}
.logo-startfund {
    width: 330px;
    height: 70px;
    object-fit: contain;
}
.footer-contacto a,
.footer-legal a {
    color: #fff;
}
.footer-contacto {
    flex: 0 0 225px;
    margin-right: 17%;
}
.footer-titulo {
    font-size: 20px;
}
.footer-icono {
    margin-right: 5px;
    height: 16px;
    vertical-align: middle;
}
.footer-logo {
    height: auto;
}
.footer-texto {
    color: #fff;
}
.footer-copyright {
    text-align: center;
    font-size: 0.8rem;
    border-top: 1px solid #444;
    padding-top: 20px;
    padding-bottom: 20px;
}
.texto-copyright {
    margin: 0px;
    font-size: 16px;
    color: #fff;
}
.logo-reconocimiento {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logo-reconocimiento img {
    display: flex;
    margin: 0 80px;
}
.footer-middle {
    margin-bottom: 125px;
}
.footer-ayuda-desktop,
.footer-social-desktop {
    display: none;
}
@media screen and (min-width: 993px) {
    .footer-bottom {
        display: none;
    }
    .footer-top,
    .footer-middle {
        display: grid;
        grid-template-columns: repeat(4, minmax(200px, 1fr));
        column-gap: 60px;
        row-gap: 0;
        align-items: start;
    }
    .footer-middle .footer-columna-middle {
        min-width: 0;
        max-width: none;
    }
    .footer-middle .footer-columna-middle.hide-responsive:last-child {
        display: none;
    }
    .footer-ayuda-desktop {
        display: block;
    }
    .footer-siguenos-mobile {
        display: none;
    }
    .footer-social-desktop {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 28px;
        padding: 8px 0 26px;
    }
    .footer-social-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .footer-social-icon {
        width: 32px;
        height: 32px;
        object-fit: contain;
        image-rendering: auto;
    }
    .footer-copyright {
        border-top: 1px solid #444;
    }
    .footer-middle .footer-columna-middle:nth-child(2) .logo-reconocimiento {
        justify-content: flex-start !important;
        width: 250px;
        margin-left: 0;
    }

    .footer-middle .footer-columna-middle:nth-child(2) .logo-reconocimiento img {
        margin: 0 !important;
        transform: none !important;
    }

    .footer-middle .footer-columna-middle:nth-child(2) .reconocimiento-texto {
        justify-content: flex-start !important;
        text-align: left !important;
        margin: 20px 0 0;
        width: 250px;
        transform: none !important;
    }

    .footer-middle .footer-columna-middle:nth-child(2) .reconocimiento-texto .img-text {
        text-align: left !important;
        margin: 0 !important;
        transform: none !important;
    }
}
.footer-legal {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 0;
}
.footer-legal .footer-enlace{
    text-decoration: underline;
}
.footer-contacto a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.footer-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-item .footer-enlace:hover {
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .footer-contenido {
        margin: 70px 60px;
        color: #fff;
        font-size: 20px;
    }
}
@media screen and (min-width: 577px) and (max-width: 992px) {
    .hide-responsive {
        display: none;
    }
    .footer-contenido {
        margin: 55px 60px 100px 60px;
    }
    .footer-top {
        gap: 30px;
        justify-content: space-between;
    }
    .footer-columna-descubre,
    .footer-columna-conoce,
    .footer-columna-legal,
    .footer-columna-siguenos {
        flex: 0 0 calc(50% - 15px);
        margin-right: 0;
        min-width: auto;
        max-width: none;
    }
    .footer-titulo {
        font-size: 18px;
    }
    .footer-lista {
        font-size: 18px;
    }
    .footer-top{
        margin-bottom: 70px;
    }
    .footer-middle {
        gap: 40px;
        margin-bottom: 80px;
        justify-content: flex-start;
    }
    .footer-columna-middle {
        flex: 0 0 calc(50% - 20px);
        margin-right: 0;
        min-width: auto;
        max-width: none;
    }
    .footer-columna-middle:not(.hide-responsive) {
        flex: 0 0 calc(50% - 30px);
    }
    .footer-middle .logos-empresas {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .logo-empresa {
        max-width: 180px;
    }
    .footer-bottom {
        gap: 40px;
    }

    .footer-middle .footer-columna-middle:first-child {
        display: none;
    }

    .logo-proinnovate {
        width: 220px;
    }
    .logo-startfund {
        width: 270px;
        height: 57px;
    }
    .footer-contacto{
        margin-right: 20px;
    }
    .footer-legal{
        display: grid;
    }
    .footer-titulo {
        font-size: 18px;
    }
    .footer-texto{
        font-size: 18px;
    }
    .footer-enlace{
        font-size: 18px;
    }

    .logo-reconocimiento {
        justify-content: center;
    }

    .logo-reconocimiento img {
        margin: 0 auto;
    }

    .reconocimiento-texto {
        text-align: center;
        justify-content: center;
        margin: 20px auto 0;
    }

    .reconocimiento-texto .img-text {
        text-align: center;
    }
}
/* Móvil (hasta 576px) */
@media screen and (max-width: 576px) {
    .hide-responsive {
        display: none;
    }
    /* Footer principal */
    footer {
        background: linear-gradient(342.55deg, #171717 3.95%, #8189d8 449.12%);
        padding: 10px 0px 0px 0px;
    }
    .footer-contenido {
        margin: 85px 50px 70px 50px;
        color: #fff;
    }
    /* Todas las columnas una debajo de otra */
    .footer-top, .footer-middle, .footer-bottom {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }
    .footer-top {
        margin-bottom: 60px;
    }
    .footer-middle {
        margin-bottom: 60px;
    }
    .footer-bottom {
        margin-bottom: 30px;
    }

    .footer-middle .footer-columna-middle:first-child {
        display: none;
    }

    /* Columnas del top al 100% */
    .footer-columna-descubre,
    .footer-columna-conoce,
    .footer-columna-legal,
    .footer-columna-siguenos {
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    /* Columnas del middle al 100% */
    .footer-columna-middle {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0;
        width: 100%;
    }
    /* Columnas del bottom al 100% */
    .footer-columna-bottom {
        flex: 0 0 100%;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* Títulos */
    .footer-titulo {
        font-size: 18px;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 20px;
        color: #fff;
    }
    /* Listas */
    .footer-lista {
        font-size: 18px;
        list-style-type: none;
        padding: 0px 0px 0px 0px;
        line-height: 25px;
        margin: 0px;
    }
    .footer-item {
        margin-bottom: 8px;
    }
    .footer-enlace {
        font-size: 18px;
        color: #fff;
        text-decoration: none;
    }
    .footer-enlace:hover {
        text-decoration: underline;
        color: #ffffff;
    }
    .footer-texto {
        font-size: 18px;
        color: #fff;
        margin: 0;
    }
    /* Logos y empresas */
    .logos-empresas {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        margin: 20px 0;
    }
    .footer-logo {
        height: auto;
    }
    .logo-proinnovate {
        width: 270px;
        height: 70px;
        object-fit: contain;
    }
    .logo-startfund {
        width: 330px;
        height: 70px;
        object-fit: contain;
    }
    .logo-empresa {
        max-width: 210px;
        height: auto;
    }
    /* Reconocimientos */
    .logo-reconocimiento {
        margin-bottom: 20px;
    }
    .logo-reconocimiento img {
        display: block;
        margin: 0 auto;
    }
    .reconocimiento-texto {
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        max-width: 250px;
        margin: 20px auto 0;
        gap: 8px;
    }
    .reconocimiento-texto .img-left,
    .reconocimiento-texto .img-right {
        width: 20px;
        height: auto;
    }
    .reconocimiento-texto .img-text {
        margin: 0 0px;
        line-height: 19px;
        color: #fff;
        font-size: 16px;
    }
    /* Iconos */
    .footer-icono {
        margin-right: 5px;
        height: 16px;
        vertical-align: middle;
    }
    /* Copyright */
    .footer-copyright {
        text-align: center;
        font-size: 0.8rem;
        border-top: 1px solid #444;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .texto-copyright {
        margin: 0px;
        font-size: 16px;
        color: #fff;
    }
    /* Ajustes específicos */
    .footer-contacto {
        margin: 0;
    }
    .footer-legal {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .footer-bottom .logos-empresas {
        justify-content: center;
        align-items: center;
    }
}
/* ========================================
   BANNER DE COOKIES
   ======================================== */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #3E415F 0%, #171717 100%);
    color: white;
    padding: 20px;
    z-index: 9999;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}
.cookie-banner.show {
    transform: translateY(0);
}
.cookie-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 20px;
}
.cookie-top-row {
    display: flex;
    align-items: center;
    gap: 40px;
}
.cookie-icon {
    flex-shrink: 0;
    width: 70px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cookie-icon-img {
    width: 70px;
    height: 60px;
    object-fit: contain;
}
.cookie-text {
    flex: 1;
    max-width: 600px;
}
.cookie-text p {
    margin: 0;
    font-size: 16px;
    line-height: 23px;
    color: #ffffff;
    font-weight: 500;
}
.cookie-text a {
    color: #969FF7;
    text-decoration: none;
}
.cookie-text a:hover {
    text-decoration: underline;
}
.cookie-buttons {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
}
.cookie-btn {
    padding: 12px 24px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    background: white;
    color: #37383e;
    width: 195px;
    min-width: 195px;
}
.cookie-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.cookie-btn.essential {
    background: #f0f0f0;
    color: #555;
}
.cookie-btn.all {
    background: #f0f0f0;
    color: #555;
}
.cookie-btn.all:hover {
    background: #e0e0e0;
}
@media screen and (max-width: 1024px) {
    .cookie-banner {
        padding: 18px 65px;
    }
    .cookie-content {
        gap: 18px;
    }
    .cookie-text p {
        font-size: 15px;
        line-height: 1.4;
    }
    .cookie-btn {
        padding: 13px 22px;
        font-size: 13px;
    }
}
/* Tablet (577px - 992px) */
@media screen and (min-width: 577px) and (max-width: 992px) {
    .cookie-banner {
        padding: 45px 65px;
    }
    .cookie-content {
        flex-direction: row;
        text-align: center;
        gap: 0;
        align-items: center;
    }
    .cookie-top-row {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 30px;
        flex: 1;
    }
    .cookie-icon {
        flex-shrink: 0;
        width: 70px;
        height: 60px;
    }
    .cookie-icon-img {
        width: 70px;
        height: 60px;
        object-fit: contain;
    }
    .cookie-text {
        flex: 1;
        max-width: 285px;
        text-align: left;
        padding-right: 20px;
    }
    .cookie-text p {
        font-size: 16px;
        line-height: 23px;
    }
    .cookie-buttons {
        flex-direction: column;
        flex-shrink: 0;
        align-items: center;
        width: 200px;
        gap: 20px;
        justify-content: center;
    }
    .cookie-btn {
        width: 200px;
        min-width: 150px;
        padding: 10px 18px;
        font-size: 16px;
        font-weight: 600;
        line-height: 19px;
        white-space: nowrap;
    }
}
/* Móvil (hasta 576px) */
@media screen and (max-width: 576px) {
    .cookie-banner {
        padding: 20px 20px;
    }
    .cookie-content {
        flex-direction: row;
        text-align: center;
        gap: 20px;
        align-items: center;
        justify-content: space-between;
    }
    .cookie-top-row {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
        flex: 1;
    }
    .cookie-icon {
        width: 60px;
        height: 50px;
        margin-right: 0;
        flex-shrink: 0;
    }
    .cookie-icon-img {
        width: 60px;
        height: 50px;
        object-fit: contain;
    }
    .cookie-text {
        flex: 1;
        text-align: left;
        margin-right: 0;
    }
    .cookie-text p {
        font-size: 16px;
        line-height: 23px;
    }
    .cookie-buttons {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .cookie-btn {
        width: 135px;
        min-width: 135px;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 16px;
    }
}
