footer {
    background-color: #f8f9fa;
    padding: 25px !important;
}

footer p {
    margin: 0;
    color: #6c757d;
}

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

.footer_copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    max-width: 170px;
    align-items: center;
    margin: 0 auto;
    gap: 20px;

}

.row.mb-4.px-3.text-center {
    display: flex;
    width: 184.724px;
    height: 59.487px;
    padding: 12.056px 16.105px 9.716px 0px;
    align-items: center;
}

.col-6.d-flex.justify-content-center.align-items-center.mb-2:nth-child(1) {
    display: flex;
    align-items: center;
}

.col-6.d-flex.justify-content-center.align-items-center.mb-2:nth-child(2) {
    display: flex;
    width: 64.967px;
    height: 39.136px;
    justify-content: center;
    align-items: center;
}

footer a:hover {
    text-decoration: underline;
    color: #0074BE;
}

.footer-title {
    font-family: "Trebuchet MS";
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    color: var(--Primary-borgoa-500, #870051);
    text-align: left;
}

.footer-paragraph {
    font-family: "Trebuchet MS";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    color: var(--Text-500, #58585B);
    text-align: left;
}

.ref-med {
    color: var(--Text-600, #BEBEC0);
    text-align: center;
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /* Asegúrate de que el contenedor tenga una altura definida */
    text-align: center;
}

.logos_footer {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0px;
}

#btnArriba {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    display: block;
    /* Oculto al inicio */
    cursor: pointer;
    transition: opacity 0.3s, transform 0.3s;
    z-index: 1000000000;
}

.texto_terminos {
    color: #003E66;
    text-align: center;

    /* párrafo small/regular */
    font-family: "Trebuchet MS";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.copyright {
    color: var(--Text-500, #58585B);
    text-align: center;
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
}

.codigo {
    color: var(--Text-600, #BEBEC0);
    text-align: center;
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
}

.terminos_mobil {
    display: flex !important;
    justify-content: center;
    margin-bottom: 30px;
}

.terminos_desktop {
    display: none !important;
}

.farmacovigilancia_mobil {
    display: flex !important;
    justify-content: center;
    margin-bottom: 30px;
}

.farmacovigilancia_desktop {
    display: none !important;
}

/* Responsive adjustments */
@media (min-width: 768px) {
    footer {
        padding: 10px 49px !important;
    }

    .logos_footer {
        padding: 20px 0px;
    }

    .footer_copy {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        max-width: 100%;
        align-items: center;
        margin: 0 auto;
        margin-bottom: 50px;
        gap: 20px;

    }

    .terminos_mobil {
        display: none !important;
    }

    .terminos_desktop {
        display: flex !important;
        flex-direction: row;
        gap: 30px;
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .farmacovigilancia_mobil {
        display: none !important;
    }

    .farmacovigilancia_desktop {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        margin-top: 30px;
    }

}
